diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2018-09-26 03:53:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 03:53:57 (GMT) |
commit | 77301d64c83b4d03f71f1ff465810e7bdb29240e (patch) | |
tree | 4c03a21451fb8928a3523776c86164a8f919a739 | |
parent | 8286bf223320acc7cf9c8ac776b697b807b92c26 (diff) | |
download | googletest-77301d64c83b4d03f71f1ff465810e7bdb29240e.zip googletest-77301d64c83b4d03f71f1ff465810e7bdb29240e.tar.gz googletest-77301d64c83b4d03f71f1ff465810e7bdb29240e.tar.bz2 |
Update appveyor.yml
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index bcbf0b0..33a220b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -41,7 +41,7 @@ install: Write-Output "Compiler: $env:compiler" Write-Output "Generator: $env:generator" Write-Output "Env:Configuation: $env:configuration" - Write-Outpit "Env: $env" + Write-Output "Env: $env" if (-not (Test-Path env:APPVEYOR_PULL_REQUEST_NUMBER)) { Write-Output "This is *NOT* a pull request build" } else { |