fixed issue related to git configuration in the automatic way

This commit is contained in:
Glen De Cauwsemaecker 2014-04-11 04:25:34 +02:00
parent 71bb8ee77f
commit d28f1f46b9

View file

@ -136,8 +136,8 @@ goto:eof
set cur_dir=%CD%
cd !repository_path!\coco
git remote rm origin
git remote add origin https://!git_username!:!git_password!@github.com/!git_username!/codecombat.git
"%git_app_path%" remote rm origin
"%git_app_path%" remote add origin https://!git_username!:!git_password!@github.com/!git_username!/codecombat.git
cd !cur_dir!