Explorar o código

Fix git command...

Alex Szpakowski %!s(int64=5) %!d(string=hai) anos
pai
achega
2a45866f0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extra/appveyor/appveyor.yml

+ 1 - 1
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