From 44b37f5777f681e607908bc3efbfd22a2329ff6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Dias?= Date: Fri, 13 Nov 2020 08:03:40 -0300 Subject: [PATCH] Script was still testing update on P70 --- scripts/testUpdateIceberg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/testUpdateIceberg.sh b/scripts/testUpdateIceberg.sh index 11e1f2348a..00f79ed6ff 100755 --- a/scripts/testUpdateIceberg.sh +++ b/scripts/testUpdateIceberg.sh @@ -2,5 +2,5 @@ set -x set -e -wget -O - get.pharo.org/70+vm | bash +wget -O - get.pharo.org/80+vm | bash ./pharo Pharo.image st --save --quit scripts/updateIceberg.st \ No newline at end of file