diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mosquitto.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mosquitto.rb b/Library/Formula/mosquitto.rb index 424e6dfd1..0bff74c62 100644 --- a/Library/Formula/mosquitto.rb +++ b/Library/Formula/mosquitto.rb @@ -27,8 +27,7 @@ class Mosquitto < Formula system "#{sbin}/mosquitto -h > /dev/null ; [ $? -eq 3 ]" end - def caveats - return <<-EOD.undent + def caveats; <<-EOD.undent mosquitto has been installed with a default configuration file. You can make changes to the configuration by editing #{etc}/mosquitto/mosquitto.conf |
