From cfde33d6d1313643bace65e3d2d373712e5ad963 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 1 May 2024 15:15:59 -0700 Subject: [PATCH] fix cloud-build script --- cloud-build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cloud-build.sh b/cloud-build.sh index 2597507..b318ba6 100755 --- a/cloud-build.sh +++ b/cloud-build.sh @@ -15,14 +15,14 @@ usage: $SCRNAME [OPTIONS] Options: -o, --output-dir DIR - -l, --cloud-image NAME + -c, --cloud-image NAME -p, --peridot ID # optional. will use peridot repos. -d, --debug # optional " -OPTS=$(getopt -a -n cloud-build -o l:,o:,p:,d,h \ - -c cloud-image:,output-dir:,peridot:,debug,help -- "$@") +OPTS=$(getopt -a -n cloud-build -o c:,o:,p:,d,h \ + -l cloud-image:,output-dir:,peridot:,debug,help -- "$@") function is_in_path() { builtin type -P "${1}"