浏览代码

appveyor: fix syntax error

Kirill Vainer 8 年之前
父节点
当前提交
b3ece636b6
共有 1 个文件被更改,包括 3 次插入0 次删除
  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: