lib/vagrant-libvirt/templates/filesystem.xml.erb in vagrant-libvirt-0.0.28 vs lib/vagrant-libvirt/templates/filesystem.xml.erb in vagrant-libvirt-0.0.29

- old
+ new

@@ -1,8 +1,8 @@ <filesystem type='mount' accessmode='<%= accessmode %>'> <driver type='path' wrpolicy='immediate'/> <source dir='<%= hostpath %>'/> - <target dir='<%= guestpath %>'/> + <target dir='<%= target %>'/> <% unless readonly.nil? %> <readonly /> <% end %> - </filesystem> \ No newline at end of file + </filesystem>