Skip to content

Commit

Permalink
fix: deploy-insiders to display latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 authored Jan 2, 2025
1 parent 73ec9e8 commit 845c6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy-insiders
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 845c6e0

Please sign in to comment.