Browse Source

appveyor: fix syntax error

Kirill Vainer 8 năm trước cách đây
mục cha
commit
b3ece636b6
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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: