From ef584251d8fdd3537f4b7919ea1c0320b080af86 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 5 Apr 2023 18:00:21 -0500 Subject: [PATCH] Update deploy.sh expanding contraction --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 52a52e4..0aa6252 100755 --- a/deploy.sh +++ b/deploy.sh @@ -3,7 +3,7 @@ # Note that this does not use pipefail # because if the grep later doesn't match any deleted files, # 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. +# it does not exit with 0, as we are interested in the final exit. set -eo # Ensure SVN username and password are set