Skip to content
Snippets Groups Projects
Commit 38980103 authored by Adam Vandenberg's avatar Adam Vandenberg
Browse files

doctor: restore some line breaks

parent a404ceb2
No related branches found
No related tags found
No related merge requests found
......@@ -666,6 +666,7 @@ def check_for_linked_kegonly_brews
EOS
puts *warnings.keys.collect { |f| " #{f}" }
puts
end
end
......@@ -746,6 +747,7 @@ def check_missing_deps
if s.length > 0
ohai "You should brew install these missing dependencies:"
puts s
puts
end
end
......@@ -754,6 +756,7 @@ def check_git_status
if system "/usr/bin/which -s git" and not `#{status_cmd}`.empty?
ohai "You have uncommitted modifications to Homebrew core"
puts "Unless you know what you are doing, you should: git reset --hard"
puts
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment