diff --git a/setupScale.sh b/setupScale.sh index faedc4f..10cfed4 100755 --- a/setupScale.sh +++ b/setupScale.sh @@ -3,7 +3,7 @@ echo "*********************************************" echo "* cloning repository " echo "*********************************************" -git clone --branch v0.2 https://github.com/guillep/Scale /tmp/scale +git clone --branch v0.2.1 https://github.com/guillep/Scale /tmp/scale cd /tmp/scale echo "*********************************************" echo "* building scale image "