aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/voldemort.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/voldemort.rb')
-rw-r--r--Library/Formula/voldemort.rb15
1 files changed, 7 insertions, 8 deletions
diff --git a/Library/Formula/voldemort.rb b/Library/Formula/voldemort.rb
index e17477436..2923eb9b1 100644
--- a/Library/Formula/voldemort.rb
+++ b/Library/Formula/voldemort.rb
@@ -21,14 +21,13 @@ EOS
end
end
- def caveats
- <<-EOS.undent
- You will need to set VOLDEMORT_HOME to:
- #{libexec}
-
- Config files should be placed in:
- #{libexec}/config
- or you can set VOL_CONF_DIR to a more reasonable path.
+ def caveats; <<-EOS.undent
+ You will need to set VOLDEMORT_HOME to:
+ #{libexec}
+
+ Config files should be placed in:
+ #{libexec}/config
+ or you can set VOL_CONF_DIR to a more reasonable path.
EOS
end
end