Update diff-sha.sh

This commit is contained in:
Tonye Jack
2022-11-02 16:34:44 -06:00
committed by GitHub
parent 2a5aadbf48
commit b9e70f7821

View File

@@ -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
}