Skip to content

Commit

Permalink
+2
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Oct 9, 2024
1 parent c605bdf commit ec0c4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upstream pretest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ jobs:
Write-Host "----- HEAD is at $head_sha"
}
$old_head_fwd_c = git rev-list --count "$sha..$head_sha"
$old_head_fwd_c = git rev-list --count "$head_sha..$sha"
if (-not $?) { throw "git rev-list failed" }
if ($old_head_fwd_c -ne 0) {
Expand Down

0 comments on commit ec0c4f3

Please sign in to comment.