Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
antirais committed Jan 19, 2024
1 parent c848718 commit f3d86a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ if [[ $(uname) == "Darwin" ]]; then
"Yes"
"No, I'll install these packages myself"
)
select option in "${options[@]}"; do
case "$option" in
select _ in "${options[@]}"; do
case "$REPLY" in
yes|y|1) brew-packages-install; break;;
no|n|2) read -rp $'\n'"Make sure $BREW_PACKAGES are installed - Press any key to continue"$'\n'; break;;
esac
Expand Down

0 comments on commit f3d86a8

Please sign in to comment.