use https to clone the test blog repo

This commit is contained in:
Sami Samhuri 2014-10-18 01:41:23 -07:00
parent 70e8ff6b18
commit 3437b8f08a

View file

@ -9,7 +9,7 @@ if [[ -e "$BLOG_PATH" ]]; then
else
if [[ ! -e "$ORIGIN_BLOG_PATH" ]]; then
echo ">>> Mirroring local origin..."
git clone --mirror git@github.com:samsonjs/samhuri.net.git "$ORIGIN_BLOG_PATH"
git clone --mirror https://github.com/samsonjs/samhuri.net.git "$ORIGIN_BLOG_PATH"
fi
echo ">>> Cloning test blog from local origin..."
git clone "$ORIGIN_BLOG_PATH" "$BLOG_PATH"