Skip to content

Commit

Permalink
Fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willroberts authored Apr 23, 2023
1 parent 075a9cd commit 37aa409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release_containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version=$1
registry=$2
if [ -z $version ] || [ -z $registry ]; then
echo "Usage: release_containers.sh <verison> <ecr-registry-id>"
echo "Usage: release_containers.sh <version> <ecr-registry-id>"
exit 1
fi

Expand Down

0 comments on commit 37aa409

Please sign in to comment.