Skip to content

Commit

Permalink
Fixes #19824: Wrong URL to reload policies
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Aug 20, 2021
1 parent e58f09e commit 19654af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scale-out-relay/src/main/resources/server-node-to-relay
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ else
echo "Done."

echo -n "INFO: Triggering promises generation..."
${DOWNLOAD_COMMAND} --location --proxy '' --header "X-API-Token: ${SYSTEM_TOKEN}" -k "https://localhost/rudder/api/deploy/reload"
${DOWNLOAD_COMMAND} --location --proxy '' --header "X-API-Token: ${SYSTEM_TOKEN}" -k "https://localhost/rudder/api/latest/system/reload/techniques"
echo " Done."

echo "Success: all steps completed successfully."
Expand Down

0 comments on commit 19654af

Please sign in to comment.