From 988322a381f79723c7c3b496a4dcb42cb8e7b44c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 11 Jan 2023 13:36:35 -0700 Subject: [PATCH] Update diff-sha.sh --- diff-sha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-sha.sh b/diff-sha.sh index ccb792dc..3a3571cb 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -238,7 +238,7 @@ else fi if ! git diff --name-only --ignore-submodules=all "$PREVIOUS_SHA$DIFF$CURRENT_SHA" 1>/dev/null 2>&1; then - echo "::error::Unable find a diff between $PREVIOUS_SHA and $CURRENT_SHA" + echo "::error::Unable to determine a difference between $PREVIOUS_SHA$DIFF$CURRENT_SHA" exit 1 fi fi