Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit ce76a7d

Browse files
committed
Merge pull request #129 from grasmash/default-alias-default-value
Adding a default value for drush.default_alias.
2 parents b7bd13e + 10d7e91 commit ce76a7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/build/core/phing/tasks/properties.xml

+1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
<phpVariable file="${repo.root}/drush/drushrc.php" variable="options[uri]" outputProperty="local_url" />
2222

2323
<!-- Default drush alias. -->
24+
<property name="drush.default_alias" value="self" override="false" />
2425
<property name="drush.alias" value="${drush.default_alias}" override="false" />
2526
</project>

0 commit comments

Comments
 (0)