lib/vagrant-libvirt/templates/filesystem.xml.erb in vagrant-libvirt-0.0.30 vs lib/vagrant-libvirt/templates/filesystem.xml.erb in vagrant-libvirt-0.0.31

- old
+ new

@@ -1,8 +1,8 @@ <filesystem type='mount' accessmode='<%= accessmode %>'> <driver type='path' wrpolicy='immediate'/> <source dir='<%= hostpath %>'/> - <target dir='<%= target %>'/> + <target dir='<%= mount_tag %>'/> <% unless readonly.nil? %> <readonly /> <% end %> </filesystem>