leafnode: fix typo in caveats

Closes #7994.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
Yann Hodique 2016-12-18 09:51:58 -08:00 committed by Misty De Meo
parent 9397de719b
commit 72c21ed594

View file

@ -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