Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Fix copy y/n prompt.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Mar 14, 2016
1 parent 33530c2 commit 5dd5789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/vagrant.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<property name="vagrant.vagrantfile.dest" value="${vagrant.installdir}/Vagrantfile"/>

<if>
<equals arg1="${copy}" arg2="y"/>
<equals arg1="${copy}" arg2="Y"/>
<then>
<!-- Provision from copies of the playbooks from the-vagrant -->
<property name="vagrant.ansible.playbook" value="provisioning/${projectname}.yml"/>
Expand Down

0 comments on commit 5dd5789

Please sign in to comment.