Skip to content

Commit fb12bd4

Browse files
committed
Adjusts variable name
1 parent 2e294a7 commit fb12bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Catch
172172
exec { & csmacnz.Coveralls `
173173
--opencover `
174174
-i "$($env:APPVEYOR_BUILD_FOLDER)\TestResults\coverage.opencover.xml" `
175-
--repoToken $env:coverrallstoken `
175+
--repoToken $env:coverallstoken `
176176
--useRelativePaths `
177177
--commitId $env:APPVEYOR_REPO_COMMIT `
178178
--commitBranch $env:APPVEYOR_REPO_BRANCH `

0 commit comments

Comments
 (0)