From f9b14cb38da9b62a64cd098cc7f7d251a082a566 Mon Sep 17 00:00:00 2001 From: william mantly Date: Fri, 30 Sep 2016 19:32:21 -0400 Subject: [PATCH] asd --- create.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create.sh b/create.sh index 4c8dfe5..b480f01 100644 --- a/create.sh +++ b/create.sh @@ -26,7 +26,7 @@ echo "==================" # change https urls to ssh -perl -pi -e 's/https:\/\/github.com\//ssh:\/\/git@github.com:/g' .gitmodules +perl -pi -e 's/https:\/\/github.com\//ssh:\/\/git\@github.com:/g' .gitmodules git submodule sync echo "==================" ./scripts/setup.sh @@ -43,7 +43,7 @@ echo "BRANCH = '$name'" >> project/settings/local_settings.py git checkout $name # change https urls to ssh -perl -pi -e 's/https:\/\/github.com\//ssh:\/\/git@github.com:/g' .gitmodules +perl -pi -e 's/https:\/\/github.com\//ssh:\/\/git\@github.com:/g' .gitmodules git submodule sync ./scripts/setup.sh git stash