diff options
Diffstat (limited to 'Library/Formula/rabbitmq.rb')
| -rw-r--r-- | Library/Formula/rabbitmq.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/rabbitmq.rb b/Library/Formula/rabbitmq.rb index 18752d7e2..7eda00c42 100644 --- a/Library/Formula/rabbitmq.rb +++ b/Library/Formula/rabbitmq.rb @@ -46,7 +46,7 @@ class Rabbitmq < Formula cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} - If this is an upgrade and you already have the #{plist_path} loaded: + If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} |
