diff --git a/src/dotnetaspire/install.sh b/src/dotnetaspire/install.sh index 9fddb1f9a..ac8bf346f 100644 --- a/src/dotnetaspire/install.sh +++ b/src/dotnetaspire/install.sh @@ -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