From 2a45866f0fc87ef33632966cbc6725f19cef47af Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Mon, 12 Oct 2020 18:29:18 -0300 Subject: [PATCH] Fix git command... --- extra/appveyor/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/appveyor/appveyor.yml b/extra/appveyor/appveyor.yml index e5eb8853c..ef690af5e 100644 --- a/extra/appveyor/appveyor.yml +++ b/extra/appveyor/appveyor.yml @@ -28,7 +28,7 @@ install: - for /D %%i in (*) do @if "%%i" NEQ "love" @move %%i love\%%i - for %%i in (*) do @if "%%i" NEQ "appveyor.yml" @move %%i love\%%i # clone megasource and move into top directory. -- git clone --depth 1 --single-branch -branch 12.x https://github.com/love2d/megasource.git megasource +- git clone --depth 1 --single-branch --branch 12.x https://github.com/love2d/megasource.git megasource - cd megasource - for /D %%i in (*) do @move %%i ..\%%i - for %%i in (*) do @move %%i ..\%%i