File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -82,17 +82,20 @@ function init() {
8282 echo ' Please launch the script from the root dir of the project'
8383 exit 1
8484 fi
85- if [[ ! $currentDir == * " $REPO_NAME " ]]; then
86- mkdir -p $APP_DIR
87- cd $APP_DIR
88- fi
8985
9086 check_internet
9187
9288 # get the script that reads version.json
9389 eval " $( curl -s -L $IZON_SH ) "
90+
91+ # download the script and cd
9492 getUsingCurl $SCRIPT_LOC
9593 chmod 755 $SCRIPT_NAME ;
94+ if [[ ! $currentDir == * " $REPO_NAME " ]]; then
95+ mkdir -p $APP_DIR
96+ cd $APP_DIR
97+ fi
98+
9699 getVersionFile
97100 getLocalSetupFuncs $GITHUB_RAW
98101}
Original file line number Diff line number Diff line change 11{
22 "name" : " Predix Hello World Index.html" ,
3- "version" : " 1.1.143 " ,
3+ "version" : " 1.1.144 " ,
44 "private" : true ,
55 "dependencies" : {
66 "local-setup" : " https://github.com/PredixDev/local-setup#1.0.101" ,
7- "predix-scripts" : " https://github.com/PredixDev/predix-scripts#1.1.158 " ,
8- "Predix-HelloWorld-WebApp" : " https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.143 "
7+ "predix-scripts" : " https://github.com/PredixDev/predix-scripts#1.1.168 " ,
8+ "Predix-HelloWorld-WebApp" : " https://github.com/PredixDev/Predix-HelloWorld-WebApp#1.1.144 "
99 },
1010 "author" : " turnerth"
1111}
You can’t perform that action at this time.
0 commit comments