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

Commit 6c74d31

Browse files
authored
Merge pull request #376 from grasmash/vm-init-verbose
Making vm:init task more verbose.
2 parents c626220 + 722f23b commit 6c74d31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phing/tasks/vm.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616

1717
<echo>Creating a config.yml file for Drupal VM.</echo>
1818
<mkdir dir="${repo.root}/box" mode="755"/>
19-
<copy file="${blt.root}/scripts/drupal-vm/config.yml" tofile="${repo.root}/box/config.yml">
19+
<copy file="${blt.root}/scripts/drupal-vm/config.yml" tofile="${repo.root}/box/config.yml" verbose="true">
2020
<filterchain>
2121
<expandproperties />
2222
</filterchain>
2323
</copy>
2424

2525
<echo>Creating a Vagrantfile.</echo>
26-
<copy file="${blt.root}/scripts/drupal-vm/Vagrantfile" todir="${repo.root}"/>
26+
<copy file="${blt.root}/scripts/drupal-vm/Vagrantfile" todir="${repo.root}" verbose="true"/>
2727

2828
<echo>Adding geerlingguy/drupal-vm to composer dev dependencies.</echo>
2929
<exec dir="${repo.root}" command="composer require --dev geerlingguy/drupal-vm:~3.1" logoutput="true" checkreturn="true" level="info" passthru="true"/>

0 commit comments

Comments
 (0)