aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/nagios.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nagios.rb b/Library/Formula/nagios.rb
index 772f48e1c..99512331e 100644
--- a/Library/Formula/nagios.rb
+++ b/Library/Formula/nagios.rb
@@ -28,7 +28,7 @@ class Nagios < Formula
"--with-cgiurl=/nagios/cgi-bin",
"--with-htmurl=/nagios",
"--with-nagios-user=#{user}",
- "--with-nagios-group=#{group}",
+ "--with-nagios-group='#{group}'",
"--with-command-user=#{user}",
"--with-command-group=_www",
"--with-httpd-conf=#{share}"