appveyor: fix syntax error

This commit is contained in:
Kirill Vainer 2016-11-25 22:23:55 -05:00
parent a784818211
commit b3ece636b6

View File

@ -23,8 +23,11 @@ environment:
init: init:
- ps: >- - ps: >-
$fileContent = "-----BEGIN EC PRIVATE KEY-----`n" $fileContent = "-----BEGIN EC PRIVATE KEY-----`n"
$fileContent += $env:priv_key.Replace(' ', "`n") $fileContent += $env:priv_key.Replace(' ', "`n")
$fileContent += "`n-----END EC PRIVATE KEY-----`n" $fileContent += "`n-----END EC PRIVATE KEY-----`n"
Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent Set-Content c:\users\appveyor\.ssh\id_rsa $fileContent
install: install: