From 845c6e0f118cf398742ce4ec46dce2b02bb85c93 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 2 Jan 2025 00:13:32 -0800 Subject: [PATCH] fix: deploy-insiders to display latest tag --- bin/deploy-insiders | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy-insiders b/bin/deploy-insiders index b0d140243..d1c90225d 100755 --- a/bin/deploy-insiders +++ b/bin/deploy-insiders @@ -29,7 +29,7 @@ fi if ! [ -z "$1" ]; then export KARRIO_TAG=$1 else - echo "What version of Karrio Insiders would you like to install? (We default to '2024.9.15')" + echo "What version of Karrio Insiders would you like to install? (We default to '${KARRIO_TAG}')" echo "You can check available versions in your Insiders portal" read -r KARRIO_TAG_READ if [ -z "$KARRIO_TAG_READ" ]; then