Skip to content

Commit

Permalink
Fix typo in gnu-which formula name
Browse files Browse the repository at this point in the history
Fix the typo in the formula name of `gnu-which` (1) that is currently
stored as `gnu-witch`.
Sometimes auto-complete is evil.

References:
  (1) https://formulae.brew.sh/formula/gnu-which

Resolves GH-188
  • Loading branch information
arcticicestudio committed Mar 18, 2019
1 parent 6c0a041 commit 9c2d48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowflakes/homebrew/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ brew "git-crypt"
brew "git-sizer"
brew "gnu-sed", args: ["with-default-names"]
brew "gnu-tar", args: ["with-default-names"]
brew "gnu-witch", args: ["with-default-names"]
brew "gnu-which", args: ["with-default-names"]
brew "hostess"
brew "htop", args: ["with-ncurses"]
brew "httpie"
Expand Down

0 comments on commit 9c2d48d

Please sign in to comment.