Skip to content

Commit

Permalink
+1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Oct 9, 2024
1 parent 2816765 commit c605bdf
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
$old_head_fwd_c = git rev-list --count "$sha..$head_sha"
if (-not $?) { throw "git rev-list failed" }
if ($old_head_fwd_c -ne 0) {
Expand Down

0 comments on commit c605bdf

Please sign in to comment.