File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ checkoutDemo() {
26
26
else
27
27
cmd " cd $_workdir "
28
28
cd " $_workdir "
29
- runCmd -f " Reseting local changes in $_repo " " git reset --hard HEAD" || return 1
29
+ runCmd -f " Reseting local changes in $_repo " " git reset $_quiet --hard HEAD" || return 1
30
30
runCmd -f " Deleting preexisting .out files" " rm -rf *.out"
31
31
32
32
fi
33
- [ -z " $_branch " ] || (cmd " git checkout $_branch " && git checkout $_quiet " $_branch " )
33
+ [ -z " $_branch " ] || (cmd " git checkout $_quiet $ _branch" && git checkout $_quiet " $_branch " )
34
34
}
35
35
# # returns the github repo URL of a demo
36
36
getGitRepo () {
@@ -146,7 +146,7 @@ getInstallCmdDev() {
146
146
* -gradle) echo " $GRADLE clean" ;;
147
147
multi-module-example) echo " $MVN -ntp -B clean install -DskipTests $PNPM " ;;
148
148
start) echo " rm -rf package-lock.json node_modules target frontend/generated; $MVN -ntp -B clean" ;;
149
- * ) echo " $MVN -ntp -B clean -DskipTests $PNPM " ;;
149
+ * ) echo " $MVN -ntp -B clean $PNPM " ;;
150
150
esac
151
151
}
152
152
# # Get install command for prod-mode
You can’t perform that action at this time.
0 commit comments