Skip to content

Commit

Permalink
Trying to fix BLT doctor for when Drupal is not installed. (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Apr 3, 2017
1 parent 8dcaa6d commit 0850514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phing/tasks/blt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<if>
<equals arg1="${drush.return}" arg2="0"/>
<then>
<drush command="blt-doctor" verbose="false" dir="${docroot}" uri="">
<drush command="blt-doctor" verbose="false" dir="${docroot}">
<option name="include">../vendor/acquia/blt/drush</option>
</drush>
</then>
Expand Down

0 comments on commit 0850514

Please sign in to comment.