diff --git a/scripts/quickstart-wind-workbench.sh b/scripts/quickstart-wind-workbench.sh index b16136b..99ac8b5 100755 --- a/scripts/quickstart-wind-workbench.sh +++ b/scripts/quickstart-wind-workbench.sh @@ -49,8 +49,8 @@ SKIP_SETUP=false SCRIPT="-script build-basic-app.sh -script-readargs edge-starter-readargs.sh" QUICKSTART_ARGS=" $SCRIPT" VERSION_JSON="version.json" -PREDIX_SCRIPTS=predix-scripts -REPO_NAME=wind-workbench +PREDIX_SCRIPTS="predix-scripts" +REPO_NAME="wind-workbench" VERSION_JSON="version.json" APP_DIR="edge-hello-world" APP_NAME="Edge Starter Hello World" @@ -113,7 +113,10 @@ getPredixScripts #clone the repo itself if running from oneclick script pwd ls -lrt -getCurrentRepo +if [[ ! -d "$PREDIX_SCRIPTS/$REPO_NAME" ]]; then + echo "repo not present" + getCurrentRepo +fi echo "pwd after copy -> $(pwd)" ls -lrt echo "quickstart_args=$QUICKSTART_ARGS" diff --git a/version.json b/version.json index 39c2007..0d9fd03 100644 --- a/version.json +++ b/version.json @@ -1,11 +1,11 @@ { "name": "Wind Workbench", - "version": "1.0.3", + "version": "1.0.4", "private": false, "dependencies": { "local-setup": "https://github.com/PredixDev/local-setup#1.0.96", - "predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.145", - "wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.3" + "predix-scripts": "https://github.com/PredixDev/predix-scripts#1.1.146", + "wind-workbench": "https://github.com/PredixDev/wind-workbench#1.0.4" }, "author": "susheelchoudhari" }