Skip to content

Commit

Permalink
apollo: audit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nijikon committed Apr 11, 2016
1 parent 354be27 commit f99e830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/apollo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ def install
bin.write_exec_script libexec/"bin/apollo"
end

plist_options :manual => "#{HOMEBREW_PREFIX}/var/apollo/bin/apollo-broker run"

def caveats; <<-EOS.undent
To create the broker:
#{bin}/apollo create #{var}/apollo
EOS
end

plist_options :manual => "#{HOMEBREW_PREFIX}/var/apollo/bin/apollo-broker run"

def plist; <<-EOS.undent
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
Expand Down

0 comments on commit f99e830

Please sign in to comment.