diff --git a/tools/build-pyobjus.sh b/tools/build-pyobjus.sh index 5aa921a..8d63f3b 100755 --- a/tools/build-pyobjus.sh +++ b/tools/build-pyobjus.sh @@ -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