Skip to content

Commit

Permalink
Remove not used option
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Nov 16, 2024
1 parent 428e336 commit 484dafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function pause(){

echo
PS3='Please enter your choice: '
options=("Install WeKan dependencies" "Build WeKan" "Run WeKan for dev at http://localhost:3000" "Run WeKan for production at port 3000" "Pull all translations" "Push English base translation" "Push translation" "Rubocop auto correct all" "Quit")
options=("Install WeKan dependencies" "Run WeKan for dev at http://localhost:3000" "Run WeKan for production at port 3000" "Pull all translations" "Push English base translation" "Push translation" "Rubocop auto correct all" "Quit")

select opt in "${options[@]}"
do
Expand Down

0 comments on commit 484dafb

Please sign in to comment.