guests/windows: fix invalid templating

This commit is contained in:
Mitchell Hashimoto 2014-03-14 11:05:00 -07:00
parent b81f430f31
commit d86a9ecade
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module VagrantPlugins
def self.mount_shared_folder(machine, name, guestpath, vm_provider_unc_base)
name = name.gsub(/[\/\/]/,'_').sub(/^_/, '')
path = File.expand_path("../../scripts/mount_volume.ps1.erb", __FILE__)
path = File.expand_path("../../scripts/mount_volume.ps1", __FILE__)
script = Vagrant::Util::TemplateRenderer.render(path, options: {
mount_point: guestpath,
share_name: name,