From 78af9423d1f8214c9f2d7ddcec7c6d5f20571630 Mon Sep 17 00:00:00 2001 From: Santiago Bragagnolo Date: Sun, 20 Jan 2019 22:53:33 +0100 Subject: [PATCH] Mistake on old release --- setupScale.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "