Skip to content

Commit

Permalink
Fix options list
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosCuezva committed Jun 22, 2024
1 parent 9d6fdc9 commit 5b35598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LAST RELEASE: ${get_last_release}

COLUMNS=12
PS3='Please, enter your choice: '
options=("Generate config file" "Download and install/update the latest version", "Install/update downloaded dashboards")
options=("Generate config file" "Download and install/update the latest version" "Install/update downloaded dashboards")
echo -e "What do you want to do?\n"
select opt in "${options[@]}" Quit
do
Expand Down

0 comments on commit 5b35598

Please sign in to comment.