From 109dc75eee7273857f6229fb180b01f27ce25e5e Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Sat, 13 Mar 2021 18:53:22 +1300 Subject: [PATCH] Update '.appveyor.yml' --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 05c3283..dfb35d2 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,7 +7,7 @@ init: $fileContent += "`n-----END OPENSSH PRIVATE KEY-----`n" - New-Item -Path c:\users\appveyor\.ssh\ -Type Directory + New-Item -Force -Path c:\users\appveyor\.ssh\ -Type Directory Set-Content c:\users\appveyor\.ssh\id_ed25519 $fileContent clone_script: