Retry setting default name for VirtualBox VM [GH-1368]

This commit is contained in:
Mitchell Hashimoto 2013-02-23 11:52:29 -08:00
parent 60a1b035e7
commit 082cc7f92d
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ module VagrantPlugins
end
def set_name(name)
execute("modifyvm", @uuid, "--name", name)
execute("modifyvm", @uuid, "--name", name, :retryable => true)
end
def share_folders(folders)