aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/memcached.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/memcached.rb b/Library/Formula/memcached.rb
index 327aafd42..ea613a28d 100644
--- a/Library/Formula/memcached.rb
+++ b/Library/Formula/memcached.rb
@@ -39,7 +39,8 @@ Add "-d" to start it as a daemon.
<key>ProgramArguments</key>
<array>
<string>#{HOMEBREW_PREFIX}/bin/memcached</string>
- <string>-l 127.0.0.1</string>
+ <string>-l</string>
+ <string>127.0.0.1</string>
</array>
<key>RunAtLoad</key>
<true/>