Skip to content

Commit

Permalink
leafnode: fix typo in caveats
Browse files Browse the repository at this point in the history
Closes #7994.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
  • Loading branch information
sigma authored and mistydemeo committed Dec 18, 2016
1 parent 9397de7 commit 72c21ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/leafnode.rb
Expand Up @@ -22,7 +22,7 @@ def caveats; <<-EOS.undent
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

Expand Down

0 comments on commit 72c21ed

Please sign in to comment.