3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-21 05:28:14 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}