Skip to content

Commit

Permalink
Fix enabling modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Mar 16, 2016
1 parent 4d7f349 commit 438a3c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/drupal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<!-- Target: drupal-enable-module -->
<target name="drupal-enable-module">
<fail unless="module" />
<drush command="pm-enable">
<drush command="pm-enable" assume="yes">
<param>${module}</param>
</drush>
</target>
Expand Down

0 comments on commit 438a3c7

Please sign in to comment.