Skip to content

Commit

Permalink
Avoid first-person speech aspects
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 authored Apr 4, 2023
1 parent 15d7f90 commit aa6fcce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# Note that this does not use pipefail
# because if the grep later doesn't match any deleted files,
# which is likely the majority case,
# it does not exit with a 0, and I only care about the final exit.
# which is likely to be the case the majority of the time,
# it does not exit with 0, as we're interested in the final exit.
set -eo

# Ensure SVN username and password are set
Expand Down

0 comments on commit aa6fcce

Please sign in to comment.