Skip to content

Commit

Permalink
Update bootstrap.bat (#114)
Browse files Browse the repository at this point in the history
switch remote URL to git instead of https
  • Loading branch information
geoffthemedio authored Aug 24, 2023
1 parent ba4da24 commit dbb1165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ echo the SDK to build FreeOrion.
echo ----------------------------------------------------
echo Cloning the FreeOrion repository from GitHub...
cd "%~d0%~p0"
git clone https://github.com/freeorion/freeorion.git FreeOrion
git clone git@github.com:freeorion/freeorion.git FreeOrion
move bin\* FreeOrion\ > NUL
rmdir bin
echo Done.
Expand Down

0 comments on commit dbb1165

Please sign in to comment.