diff options
Diffstat (limited to 'Library/Formula/elasticsearch.rb')
| -rw-r--r-- | Library/Formula/elasticsearch.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index 069c61571..3fd3d274f 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -59,7 +59,7 @@ class Elasticsearch < Formula ln -nfs #{plist_path} ~/Library/LaunchAgents/ launchctl load -wF ~/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} ln -nfs #{plist_path} ~/Library/LaunchAgents/ launchctl load -wF ~/Library/LaunchAgents/#{plist_path.basename} |
