pyobjus is getting code from ivpusic/master instead of ivpusic/test_on_device branch

This commit is contained in:
ivpusic 2013-08-26 20:52:24 +02:00
parent 8217ea4a55
commit 330c1974b6

View file

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