Skip to content

Commit bbd8041

Browse files
committed
coverity
1 parent 9f41b2f commit bbd8041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Publish-Coverity.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if ($env:APPVEYOR_REPO_TAG -eq $true) {
44
$version = $env:APPVEYOR_BUILD_VERSION
55
& $coverityPublisher publish `
66
-t "$env:coverity_token" `
7-
-e "$env:coverity_email"
7+
-e "$env:coverity_email" `
88
-r "$env:APPVEYOR_REPO_NAME" `
99
-z coverity.zip `
1010
-d "AppVeyor Tagged Build($env:APPVEYOR_BUILD_VERSION)." `

0 commit comments

Comments
 (0)