aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/qt.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/qt.rb b/Library/Formula/qt.rb
index a4e32ae72..1b23d2353 100644
--- a/Library/Formula/qt.rb
+++ b/Library/Formula/qt.rb
@@ -106,7 +106,9 @@ class Qt < Formula
end
end
- def caveats
- "We agreed to the Qt opensource license for you.\nIf this is unacceptable you should uninstall."
+ def caveats; <<-EOS.undent
+ We agreed to the Qt opensource license for you.
+ If this is unacceptable you should uninstall.
+ EOS
end
end