Typo in one of the parameters
authorNico Cesar <ncesar@veritasgenetics.com>
Fri, 26 Apr 2019 16:07:38 +0000 (12:07 -0400)
committerNico Cesar <ncesar@veritasgenetics.com>
Fri, 26 Apr 2019 16:07:38 +0000 (12:07 -0400)
no issue #

Arvados-DCO-1.1-Signed-off-by: Nico Cesar <ncesar@veritasgenetics.com>

build/run-build-docker-jobs-image.sh

index 7d7e1fc8abf9171df1d905c22478eabf23236299..15fd3e518e8214b85e08157156fe29e9c881e8a2 100755 (executable)
@@ -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