-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.2.3 update & fix curl #444
Conversation
PR Summary
|
also fixes #427 |
@@ -1,11 +1,12 @@ | |||
#!/bin/bash -ex | |||
|
|||
OSMFILE=${PROJECT_DIR}/data.osm.pbf | |||
CURL="curl -L -A \"${USER_AGENT}\" --fail-with-body" | |||
|
|||
CURL=("curl" "-L" "-A" "${USER_AGENT}" "--fail-with-body") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks for figuring that out!
Good work, thanks! |
Besides the Nominatim update & curl fixes I have also set a custom user agent for our Github Actions so that those can be distinguished and fixed a bug in the Actions.