Merge pull request #67 from Zen-CODE/pyobjus

fix: correct permission issue in cloning repo
This commit is contained in:
Mathieu Virbel 2013-10-18 04:54:28 -07:00
commit bf9725d684

View file

@ -6,7 +6,7 @@ echo "Building pyobjus ============================="
if [ ! -d $TMPROOT/pyobjus ] ; then
try pushd $TMPROOT
try git clone git@github.com:kivy/pyobjus.git
try git clone https://github.com/kivy/pyobjus.git
try popd
fi