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

Fixes #1448: Cannot install site in VM. #1449

Merged
merged 1 commit into from
Apr 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion phing/tasks/local-sync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</target>

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

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