diff --git a/docker/prod/manifest.sh b/docker/prod/manifest.sh index 1cf70ce..6300daa 100755 --- a/docker/prod/manifest.sh +++ b/docker/prod/manifest.sh @@ -18,7 +18,7 @@ function print_help() { echo " tag: The git tag to be applied to the image manifest" } -repo=$2 +repo=$1 tag=$2 require "$repo" "repo"