diff options
| author | Seth Ladd | 2014-08-20 16:34:17 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-08-20 23:38:05 -0500 |
| commit | a423e54c7fa0ba2552632cfba1ac85ab3d13e627 (patch) | |
| tree | 1a1f3872bf61986181843d97e5ab304b71652ace /Library/Formula | |
| parent | 1326041503804d7781144de3fcea27a06f658196 (diff) | |
| download | homebrew-a423e54c7fa0ba2552632cfba1ac85ab3d13e627.tar.bz2 | |
dart: add docgen to scripts
Closes #31749.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dart.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dart.rb b/Library/Formula/dart.rb index 850078f26..00d9f3c41 100644 --- a/Library/Formula/dart.rb +++ b/Library/Formula/dart.rb @@ -28,7 +28,7 @@ class Dart < Formula def install libexec.install Dir['*'] bin.install_symlink "#{libexec}/bin/dart" - bin.write_exec_script Dir["#{libexec}/bin/{pub,dart?*}"] + bin.write_exec_script Dir["#{libexec}/bin/{pub,docgen,dart?*}"] end def caveats; <<-EOS.undent |
