aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChristian Höltje2013-08-07 03:06:29 -0400
committerAdam Vandenberg2013-08-07 07:49:45 -0700
commit87ffae14322422d5fcabd8e87b4381ce9c71c31c (patch)
treeed99e17792445d9456b2ee5d10c2b5bfcacb96fe /Library
parent7c00f489547012785141d8eac5986f4af27877cb (diff)
downloadhomebrew-87ffae14322422d5fcabd8e87b4381ce9c71c31c.tar.bz2
scala: Use opt_prefix for caveat
Closes #21722. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/scala.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/scala.rb b/Library/Formula/scala.rb
index 78b44658c..85edd6fc4 100644
--- a/Library/Formula/scala.rb
+++ b/Library/Formula/scala.rb
@@ -51,7 +51,7 @@ class Scala < Formula
def caveats; <<-EOS.undent
To use with IntelliJ, set the Scala home to:
- #{prefix}/idea
+ #{opt_prefix}/idea
EOS
end
end