From aa6fcce80b72f345b3e8ad78cd7a2fc811f97aff Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Tue, 4 Apr 2023 10:16:25 +0530 Subject: [PATCH 1/2] Avoid first-person speech aspects --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index ca1a0cf..52a52e4 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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 From ef584251d8fdd3537f4b7919ea1c0320b080af86 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Wed, 5 Apr 2023 18:00:21 -0500 Subject: [PATCH 2/2] 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