Skip to content

Commit

Permalink
Update Library/Homebrew/command_path.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Carlo Cabrera <[email protected]>
  • Loading branch information
MikeMcQuaid and carlocab authored Apr 30, 2024
1 parent fa76d1a commit 83c70c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Library/Homebrew/command_path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ homebrew-command-path() {
case "$1" in
# check we actually have command and not e.g. commandsomething
command) ;;
-*) return 1 ;;
*) return 1 ;;
esac

Expand Down

0 comments on commit 83c70c9

Please sign in to comment.