Skip to content

Commit

Permalink
Remove update from Docker check
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydrogers committed Dec 13, 2023
1 parent 67d58a1 commit 5f1662c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spin
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ main() {
fi

case "$1" in
"" | debug | help | kill | new | prune | version)
"" | debug | help | kill | new | prune | update | version)
: # Silent output for the user, but we're skipping the compose check too.
;;
*)
Expand Down

0 comments on commit 5f1662c

Please sign in to comment.