aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dart.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/dart.rb')
-rw-r--r--Library/Formula/dart.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dart.rb b/Library/Formula/dart.rb
index 69300341a..8200400a5 100644
--- a/Library/Formula/dart.rb
+++ b/Library/Formula/dart.rb
@@ -21,7 +21,7 @@ class Dart < Formula
def caveats; <<-EOS.undent
To use with IntelliJ, set the Dart home to:
- #{opt_prefix}/libexec
+ #{opt_libexec}
EOS
end