diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/caveats.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index 298825adb..63084af03 100644 --- a/Library/Homebrew/caveats.rb +++ b/Library/Homebrew/caveats.rb @@ -212,6 +212,6 @@ class Caveats s << "" << "WARNING: launchctl will fail when run under tmux." if ENV["TMUX"] end - s.join("\n") unless s.empty? + s.join("\n") + "\n" unless s.empty? end end |
