vagrant/plugins/commands/snapshot
Brian Cain 66ec57a637
Fixes #11027: Ensure VM id is passed to list snapshots
Prior to this commit, if you tried to save a snapshot without giving it
a name, the hyper-v driver would not properly obtain a vm id to save a
snapshot on, resulting in an error. This commit updates the command
snapshot save to hold onto the machines ID in argv rather than `pop` it
off, so that the hyperv driver can obtain the guests id when saving a
snapshot.
2019-10-01 13:33:39 -07:00
..
command Fixes #11027: Ensure VM id is passed to list snapshots 2019-10-01 13:33:39 -07:00
plugin.rb commands/snapshot: use require relative 2015-10-08 10:40:46 -04:00