8000 Last fix (tm) · python/release-tools@d7cafa0 · GitHub
[go: up one dir, main page]

Skip to content

Commit d7cafa0

Browse files
committed
Last fix (tm)
1 parent 1f7c142 commit d7cafa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-release/checkout.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
- powershell: |
2424
$checkout_commit = (git rev-parse HEAD)
2525
if ($checkout_commit -ne '$(SourceCommit)') {
26-
throw "Expected git commit '$(SourceCommit)' didn't match tagged commit '$(checkout_commit)'"
26+
throw "Expected git commit '$(SourceCommit)' didn't match tagged commit '$checkout_commit'"
2727
}
2828
displayName: "Verify CPython commit matches tag"
2929
condition: and(succeeded(), variables['SourceCommit'])

0 commit comments

Comments
 (0)
0