Skip to content

Commit

Permalink
Update bin/update-proxy-versions.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Enno Runne <[email protected]>
  • Loading branch information
efgpinto and ennru authored Dec 21, 2023
1 parent b290556 commit 445d289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update-proxy-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# this script is meant to be used after a new Proxy version is out
# to facilitate the update of all the places where we usually depend on the latest version

# provide the new proxy version you want the project to be updated to
# provide the new Kalix Runtime version you want the project to be updated to
if [[ -z "$RUNTIME_VERSION" ]]; then
echo "Must provide RUNTIME_VERSION in environment" 1>&2
exit 1
Expand Down

0 comments on commit 445d289

Please sign in to comment.