fix: correct permission issue in cloning repo
This commit is contained in:
parent
9b35cdbaa2
commit
0c21ea6f77
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ echo "Building pyobjus ============================="
|
||||||
|
|
||||||
if [ ! -d $TMPROOT/pyobjus ] ; then
|
if [ ! -d $TMPROOT/pyobjus ] ; then
|
||||||
try pushd $TMPROOT
|
try pushd $TMPROOT
|
||||||
try git clone git@github.com:kivy/pyobjus.git
|
try git clone https://github.com/kivy/pyobjus.git
|
||||||
try popd
|
try popd
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue