Skip to content

Commit

Permalink
Release 1.1.144
Browse files Browse the repository at this point in the history
  • Loading branch information
predix-adoption-bot committed Oct 8, 2018
1 parent 6120f97 commit 9927a2f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions scripts/quickstart-hello-world.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
6 changes: 3 additions & 3 deletions version.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 9927a2f

Please sign in to comment.