ipfs: fix manual plist_options (#19415)

Running `ipfs` by itself simply prints a help menu and exits. From the [ipfs docs](https://ipfs.io/docs/getting-started/#going-online), this is the correct command to run the ipfs daemon in the foreground.
This commit is contained in:
Jon Banafato 2017-10-15 13:20:12 -04:00 committed by ilovezfs
parent f3dd621c10
commit f8464adb61

View file

@ -25,7 +25,7 @@ class Ipfs < Formula
bin.install "bin/ipfs" bin.install "bin/ipfs"
end end
plist_options :manual => "ipfs" plist_options :manual => "ipfs daemon"
def plist; <<-EOS.undent def plist; <<-EOS.undent
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>