Skip to content

Commit 1cdb322

Browse files
vaintroubCopilot
andauthored
fix typo
Co-authored-by: Copilot <[email protected]>
1 parent c731e8b commit 1cdb322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before_build:
1616
if ($pullRequestNr -and (-not $isPrFromFork)) {
1717
$branch = $env:APPVEYOR_PULL_REQUEST_HEAD_REPO_BRANCH
1818
$commit = $env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT
19-
Write-Host "real branch name of this pull request name is $branch, real commit $commit"
19+
Write-Host "real branch name of this pull request is $branch, real commit $commit"
2020
}
2121
2222
if ($isPrFromFork) {

0 commit comments

Comments
 (0)