Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danmoseley committed Feb 1, 2025
1 parent b7f6f8f commit 6740631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnetaspire/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -e
VERSION="${VERSION:-"latest"}"

if [[ ! $VERSION =~ ^(9\.0|latest|latest-daily)$ ]]; then
echo "Error: VERSION must be either '9.0', '9.0.0, 'latest', or 'latest-daily' not: '$VERSION'."
echo "Error: VERSION must be either '9.0', '9.0.0', 'latest', or 'latest-daily' not: '$VERSION'."
exit 1
fi

Expand Down

0 comments on commit 6740631

Please sign in to comment.