Skip to content

Commit

Permalink
Update utils_macos.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
codechenx authored Feb 10, 2024
1 parent fd9dffb commit f90a967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/utils/utils_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ brew_install() {

# Install the specified formula.
# shellcheck disable=SC2086
if brew list "$FORMULA" &>/dev/null && ; then
if brew list "$FORMULA" &>/dev/null; then
print_success "$FORMULA_READABLE_NAME"
else
execute \
Expand Down

0 comments on commit f90a967

Please sign in to comment.