diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/drush.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/drush.rb b/Library/Formula/drush.rb index 544475fa8..a5d53046f 100644 --- a/Library/Formula/drush.rb +++ b/Library/Formula/drush.rb @@ -8,7 +8,7 @@ class Drush < Formula def install prefix.install_metafiles - libexec.install Dir['*'] + libexec.install Dir['*'] -['drush.bat'] bin.install_symlink libexec/'drush' bash_completion.install libexec/'drush.complete.sh' => 'drush' end |
