Typo in one of the parameters
[arvados.git] / 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