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

Commit c2a7b9d

Browse files
committed
Fixes #1448: Cannot install site in VM.
1 parent a33d539 commit c2a7b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phing/tasks/local-sync.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</target>
1212

1313
<target name="local:setup" description="Install dependencies, builds docroot, installs Drupal; uses local drush alias.">
14-
<exec dir="${repo.root}" command="${composer.bin}/blt setup -D drush.alias=local -D environment=local" logoutput="true" checkreturn="true"/>
14+
<exec dir="${repo.root}" command="${composer.bin}/blt setup -D drush.alias=${drush.aliases.local} -D environment=local" logoutput="true" checkreturn="true"/>
1515
</target>
1616

1717
<!-- Wrapper for local:sync:db and local:sync:files. -->

0 commit comments

Comments
 (0)