Explorar o código

appveyor: fix syntax error

Kirill Vainer %!s(int64=8) %!d(string=hai) anos
pai
achega
b3ece636b6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      appveyor.yml

+ 3 - 0
appveyor.yml

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