From 5ed584b12d022aa85eef7ef5483bb5c248287289 Mon Sep 17 00:00:00 2001 From: BenDroid Date: Mon, 6 Nov 2017 21:18:53 +0100 Subject: [PATCH] Love appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ea8a6f54..fdf53d66 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ configuration: Release # clone directory clone_script: -- cmd: >- + - cmd: >- git clone -q --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER% cd %APPVEYOR_BUILD_FOLDER% git checkout -qf %APPVEYOR_REPO_COMMIT%