From 445d289ce43dfa57ccd99f5aa5f4ab97160ef423 Mon Sep 17 00:00:00 2001 From: Eduardo Pinto Date: Thu, 21 Dec 2023 13:51:20 +0000 Subject: [PATCH] Update bin/update-proxy-versions.sh Co-authored-by: Enno Runne <458526+ennru@users.noreply.github.com> --- bin/update-proxy-versions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-proxy-versions.sh b/bin/update-proxy-versions.sh index e9cb9ddc..ed96478d 100755 --- a/bin/update-proxy-versions.sh +++ b/bin/update-proxy-versions.sh @@ -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