Skip to content

Commit

Permalink
fix: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wowu committed Mar 4, 2024
1 parent 8ab13a3 commit d50eaed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-rollout
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,10 @@ while [ $# -gt 0 ]; do
*)
if [ -n "$SERVICE" ]; then
echo "SERVICE is already set to '$SERVICE'"
if [ "$SERVICE" != "$1" ]; then

if [ "$SERVICE" != "$1" ]; then
exit_with_usage
fi
fi
fi

SERVICE="$1"
Expand Down

0 comments on commit d50eaed

Please sign in to comment.