From 579b5822b65d30fefae60fab78a6b854ad9c68e1 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 10 Jun 2020 19:00:29 -0500 Subject: [PATCH] Version v0.1.0-r108 --- docker/prod/manifest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"