Skip to content

Commit

Permalink
Fixes #1057: Unprocessed replacement in default.local.drushrc.php (#1058
Browse files Browse the repository at this point in the history
)
  • Loading branch information
grasmash authored Feb 9, 2017
1 parent 5bf1b64 commit 0ce4ea8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion template/docroot/sites/default/default.local.drushrc.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php
/**
* #file
* @file
* Local drush configuration for this project.
*
* This will be copied to local.drushrc.php by BLT when `blt setup`
* or `blt local:setup` is run. Phing placeholders, like
* ${project.local.uri}, will be replaced in the target file.
*/

$options['uri'] = '${project.local.uri}';

0 comments on commit 0ce4ea8

Please sign in to comment.