We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6fcce commit ef58425Copy full SHA for ef58425
1 file changed
deploy.sh
@@ -3,7 +3,7 @@
3
# Note that this does not use pipefail
4
# because if the grep later doesn't match any deleted files,
5
# which is likely to be the case the majority of the time,
6
-# it does not exit with 0, as we're interested in the final exit.
+# it does not exit with 0, as we are interested in the final exit.
7
set -eo
8
9
# Ensure SVN username and password are set
0 commit comments