Skip to content

Commit

Permalink
Fix --pull option.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdusell committed Jan 24, 2023
1 parent c85afa1 commit fe44c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get-docker-image.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe44c68

Please sign in to comment.