leafnode: fix typo in caveats
Closes #7994. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
9397de719b
commit
72c21ed594
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Leafnode < Formula
|
|||
For starting fetchnews and texpire, create links,
|
||||
ln -s #{opt_prefix}/homebrew.mxcl.{fetchnews,texpire}.plist ~/Library/LaunchAgents
|
||||
And to start the services,
|
||||
launchctl load -w ~/Library/LaunchAgent/homebrew.mxcl.{fetchnews,texpire}.plist
|
||||
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.{fetchnews,texpire}.plist
|
||||
EOS
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue