diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/caveats.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index 584904791..926614d0a 100644 --- a/Library/Homebrew/caveats.rb +++ b/Library/Homebrew/caveats.rb @@ -95,6 +95,7 @@ class Caveats s << " launchctl load #{plist_link}" end end + s << '' << "WARNING: launchctl will fail when run under tmux." end s.join("\n") unless s.empty? end |
