From 86f72edb9b3bc75af47475bf83da07ce3ce86231 Mon Sep 17 00:00:00 2001 From: Nico Cesar Date: Fri, 26 Apr 2019 12:07:38 -0400 Subject: [PATCH] Typo in one of the parameters no issue # Arvados-DCO-1.1-Signed-off-by: Nico Cesar --- build/run-build-docker-jobs-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/run-build-docker-jobs-image.sh b/build/run-build-docker-jobs-image.sh index 7d7e1fc8ab..15fd3e518e 100755 --- a/build/run-build-docker-jobs-image.sh +++ b/build/run-build-docker-jobs-image.sh @@ -22,7 +22,7 @@ REPO=dev # NOTE: This requires GNU getopt (part of the util-linux package on Debian-based distros). TEMP=`getopt -o hut:r: \ - --long help,upload,no-cache,tags,repo: \ + --long help,upload,no-cache,tags:,repo: \ -n "$0" -- "$@"` if [ $? != 0 ] ; then echo "Use -h for help"; exit 1 ; fi -- 2.39.5