Skip to content

Commit

Permalink
scala: Use opt_prefix for caveat
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#21722.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
docwhat authored and adamv committed Aug 7, 2013
1 parent 04395b6 commit be026e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/scala.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def install

def caveats; <<-EOS.undent
To use with IntelliJ, set the Scala home to:
#{prefix}/idea
#{opt_prefix}/idea
EOS
end
end

0 comments on commit be026e3

Please sign in to comment.