Skip to content

Commit

Permalink
Fix wording in error_unknown_command_cask.md (Homebrew#23937)
Browse files Browse the repository at this point in the history
  • Loading branch information
jawshooah authored and adidalal committed Aug 20, 2016
1 parent 9ab4eef commit 9669ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/reporting_bugs/error_unknown_command_cask.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# `Error: Unknown command: cask` error

If you run into `Error: Unknown command: cask` while trying to use any `brew update command`, please run the below command to fix things:
If you run into `Error: Unknown command: cask` while trying to use any `brew cask` command, please run the below command to fix things:

`cd $(brew --repo); git fetch; git reset --hard origin/master; brew update`

Expand Down

0 comments on commit 9669ce2

Please sign in to comment.