Skip to content

Commit

Permalink
Merge pull request #1 from dogwolf/dogwolf-patch
Browse files Browse the repository at this point in the history
Change git protocol to https when calling github.com/nextcloud/desktop.git
  • Loading branch information
dogwolf committed Oct 31, 2019
2 parents 80b5396 + bc36ec6 commit 9db1065
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ rem "nextcloud/desktop"
Rem ******************************************************************************************

echo "* git clone nextcloud/desktop."
start "git clone nextcloud/desktop" /D "%PROJECT_PATH%/" /B /wait git clone git://github.com/nextcloud/desktop.git
start "git clone nextcloud/desktop" /D "%PROJECT_PATH%/" /B /wait git clone https://github.com/nextcloud/desktop.git
if %ERRORLEVEL% neq 0 goto onError

echo "* Create nextcloud/desktop build directory (recursive)."
Expand All @@ -114,4 +114,4 @@ if "!%*!" == "" (
echo "Missing environment variable: %*"
exit /B 1
)
exit /B
exit /B

0 comments on commit 9db1065

Please sign in to comment.