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

Commit 47c6bf1

Browse files
authored
Installing alias automatically. (#404)
1 parent dc396b3 commit 47c6bf1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phing/tasks/blt.xml

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
</target>
1919

2020
<target name="update" depends="blt:rsync-template, blt:update-composer, blt:update-yml, setup:drupal:settings">
21+
<phingcall target="install-alias">
22+
<property name="create_alias" value="true"/>
23+
</phingcall>
24+
2125
<echo>Some of your customized files may have been modified.</echo>
2226
<echo>Please review changes with "git diff".</echo>
2327
<echo>If your composer.json was modified, you need to run "composer update".</echo>

0 commit comments

Comments
 (0)