Fix wording in error_unknown_command_cask.md (#23937)

This commit is contained in:
Josh Hagins 2016-08-19 22:03:30 -04:00 committed by Aditya Dalal
parent 9ab4eefe64
commit 9669ce2141
1 changed files with 1 additions and 1 deletions

View File

@ -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`