commit | 7bc0cbbcc7100cb9da4fecee1ff089fc91a5a7d9 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Tue May 24 06:57:22 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Tue May 24 06:57:22 2016 -0700 |
tree | 2ef8d52b0fbdc4d4b56ab8a1be24220b2c7c3266 | |
parent | 7e19a8a34c5eafd6a2189407e940addadd8f19d6 [diff] |
fix getopts params
diff --git a/scripts/single-node-pod.sh b/scripts/single-node-pod.sh index 3b532a8..7df3853 100755 --- a/scripts/single-node-pod.sh +++ b/scripts/single-node-pod.sh
@@ -194,7 +194,7 @@ BUILD_BRANCH="" INVENTORY="inventory/single-localhost" -while getopts "b:eht" opt; do +while getopts "b:ehi:t" opt; do case ${opt} in b ) BUILD_BRANCH=$OPTARG ;;