From 9927a2fca63b7fd12efc6320e5bbab5f5b1d12d8 Mon Sep 17 00:00:00 2001 From: predix-adoption-bot Date: Mon, 8 Oct 2018 18:36:24 +0000 Subject: [PATCH] Release 1.1.144 --- scripts/quickstart-hello-world.sh | 11 +++++++---- version.json | 6 +++--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/scripts/quickstart-hello-world.sh b/scripts/quickstart-hello-world.sh index feaefc1..f8ab4bb 100755 --- a/scripts/quickstart-hello-world.sh +++ b/scripts/quickstart-hello-world.sh @@ -82,17 +82,20 @@ function init() { echo 'Please launch the script from the root dir of the project' exit 1 fi - if [[ ! $currentDir == *"$REPO_NAME" ]]; then - mkdir -p $APP_DIR - cd $APP_DIR - fi check_internet #get the script that reads version.json eval "$(curl -s -L $IZON_SH)" + + #download the script and cd getUsingCurl $SCRIPT_LOC chmod 755 $SCRIPT_NAME; + if [[ ! $currentDir == *"$REPO_NAME" ]]; then + mkdir -p $APP_DIR + cd $APP_DIR + fi + getVersionFile getLocalSetupFuncs $GITHUB_RAW } diff --git a/version.json b/version.json index 5d310ef..950edb9 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { "name": "Predix Hello World Index.html", - "version": "1.1.143", + "version": "1.1.144", "private": true, "dependencies": { "local-setup": "https://github.com/PredixDev/local-setup#1.0.101", - "predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.158", - "Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.143" + "predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.168", + "Predix-HelloWorld-WebApp": "https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.144" }, "author": "turnerth" }