From b9e70f78217009b41c74da3b384c65f4ba7747e5 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 2 Nov 2022 16:34:44 -0600 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 54aa612d..f80c9a0b 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -85,7 +85,7 @@ function deepenShallowCloneToFindCommit() { exit 1 fi - git fetch --no-tags -u --progress --deepen="$depth" origin "$target_branch":"$target_branch" + git fetch --no-tags -u --progress --depth="$depth" origin "$target_branch":"$target_branch" done }