Skip to content

Commit

Permalink
Small script comment tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpacaFur authored Nov 26, 2023
1 parent ea5ccad commit 16aae79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/prod/get-ecr-image-name.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ $2 = "frontend" ]]; then
elif [[ $2 = "backend" ]]; then
REPO="graduatenu-rails"
else
echo "Please choose a service to deploy: 'frontend' or 'backend'"
echo "Please choose a service to create an image name for: 'frontend' or 'backend'"
exit 1
fi

Expand Down

0 comments on commit 16aae79

Please sign in to comment.