doctor: Fix typo in uncommitted modifications warning message

Closes Homebrew/homebrew#45443.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Ben White 2015-10-29 00:45:06 -07:00 committed by Baptiste Fontaine
parent fd3cfb11a6
commit f7e649831d

View File

@ -1045,7 +1045,7 @@ class Checks
unless `git status --untracked-files=all --porcelain -- Library/Homebrew/ 2>/dev/null`.chomp.empty?
<<-EOS.undent_________________________________________________________72
You have uncommitted modifications to Homebrew
If this a surprise to you, then you should stash these modifications.
If this is a surprise to you, then you should stash these modifications.
Stashing returns Homebrew to a pristine state but can be undone
should you later need to do so for some reason.
cd #{HOMEBREW_LIBRARY} && git stash && git clean -d -f