From 72c21ed5946c9e251948e02229f458947ce466f5 Mon Sep 17 00:00:00 2001 From: Yann Hodique Date: Sun, 18 Dec 2016 09:51:58 -0800 Subject: [PATCH] leafnode: fix typo in caveats Closes #7994. Signed-off-by: Misty De Meo --- Formula/leafnode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/leafnode.rb b/Formula/leafnode.rb index f9c67bee89375..065c2134064c1 100644 --- a/Formula/leafnode.rb +++ b/Formula/leafnode.rb @@ -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