Skip to content

Commit 11d9b03

Browse files
authored
Merge pull request #120 from mukeshpanchal27/update/docblock
Avoid first-person speech aspects
2 parents 15d7f90 + ef58425 commit 11d9b03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

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

99
# Ensure SVN username and password are set

0 commit comments

Comments
 (0)