Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
Correcting small syntax error (oops)
  • Loading branch information
nataliejschultz committed Sep 14, 2023
1 parent eba9d4d commit 18ba878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:

- name: Test nominatim
env:
GEOFABRIK_QUERY_URL: "https://geocoding.geofabrik.de/${{secrets.GEOFABRIK_API}}""
GEOFABRIK_QUERY_URL: "https://geocoding.geofabrik.de/${{secrets.GEOFABRIK_API}}"
run: docker-compose -f emission/integrationTests/docker-compose.yml up --exit-code-from web-server

0 comments on commit 18ba878

Please sign in to comment.