diff --git a/scripts/get-docker-image.bash b/scripts/get-docker-image.bash index 564f689..c5ccd05 100644 --- a/scripts/get-docker-image.bash +++ b/scripts/get-docker-image.bash @@ -19,7 +19,7 @@ Options: mode=none while [[ $# -gt 0 ]]; do case $1 in - --pull) mode=build ;; + --pull) mode=pull ;; --build) mode=build ;; *) usage >&2; exit 1 ;; esac