Skip to content

Commit

Permalink
Use https git clone URL
Browse files Browse the repository at this point in the history
  • Loading branch information
idoru committed Aug 2, 2013
1 parent 4bb72d6 commit 5c91614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fi
rm -rf ~/.cedar > /dev/null

echo "Cloning Cedar repo to ~/.cedar"
git clone git@github.com:pivotal/cedar.git ~/.cedar > /dev/null 2>&1
git clone https://github.com/pivotal/cedar.git ~/.cedar > /dev/null 2>&1
if [[ $? != 0 ]] ; then
fail "Unable to clone Cedar GitHub repo"
fi
Expand Down

0 comments on commit 5c91614

Please sign in to comment.