diff --git a/diff-sha.sh b/diff-sha.sh index 53649057..26de410f 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -265,7 +265,7 @@ else echo "Fetching $i commits..." # shellcheck disable=SC2086 - git fetch $EXTRA_ARGS -u --progress --deepen="$i" origin $TARGET_BRANCH $CURRENT_SHA 1>/dev/null 2>&1 || true + git fetch $EXTRA_ARGS -u --progress --deepen="$i" origin $TARGET_BRANCH $CURRENT_SHA 1>/dev/null 2>&1 done if ((i >= max_depth)); then