Skip to content

Commit 23b2b07

Browse files
committed
fixup! Make AppVeyor run Coverity scan
1 parent 19fe854 commit 23b2b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ install:
5555
Write-Host $Env:SHOULD_PUBLISH_NUGET_ARTIFACT -ForegroundColor "Green"
5656
5757
$Env:SHOULD_PUBLISH_COVERITY_ANALYSIS = $($Env:APPVEYOR_SCHEDULED_BUILD -eq $True)
58-
Write-Host "Should publish Coverity aanlysis = " -NoNewLine
58+
Write-Host "Should publish Coverity analysis = " -NoNewLine
5959
Write-Host $Env:SHOULD_PUBLISH_COVERITY_ANALYSIS -ForegroundColor "Green"
6060
6161
cinst sourcelink -y

0 commit comments

Comments
 (0)