Skip to content

Commit 009e983

Browse files
committed
Some changes to example menus
1 parent 523c4c6 commit 009e983

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maven_example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ menuInit "Maven demo menu"
3333
menuItem e "Show effective settings" "mvn help:effective-settings"
3434
menuItem r "Show local repo location" "mvn help:evaluate -Dexpression=settings.localRepository | grep -v '\[INFO\]'"
3535
menuItem l "Show global settings file location" showGlobalSettingFile
36-
startMenu
36+
startMenu "pwd"
3737
echo "bye, bye, homie!"

simplest_example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ menuItem c "Clean all" "mvn clean:clean"
1111
menuItem x "Compile" "mvn clean compile"
1212
menuItem t "Test" "mvn clean test"
1313
menuItem i "Install" "mvn clean install"
14-
startMenu
14+
startMenu "pwd"
1515
echo "bye, bye, homie!"

0 commit comments

Comments
 (0)