Skip to content

Commit

Permalink
Fix installer path for drush commandfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed May 25, 2018
1 parent 24ab11d commit 4a35beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"web/modules/contrib/{$name}": ["type:drupal-module"],
"web/profiles/contrib/{$name}": ["type:drupal-profile"],
"web/themes/contrib/{$name}": ["type:drupal-theme"],
"drush/contrib/{$name}": ["type:drupal-drush"]
"drush/Commands/{$name}": ["type:drupal-drush"]
}
}
}

0 comments on commit 4a35beb

Please sign in to comment.