parallels: Remove soon to be removed --vmtype flag

In the next release of Parallels Desktop for Mac Pro Ed. the prlctl createvm
command doen't support the --vmtype flag anymore.
This commit is contained in:
Rickard von Essen 2017-07-26 07:26:59 +02:00
parent b9d1fada25
commit 8a035ddb8a
No known key found for this signature in database
GPG Key ID: E0C0327388876CBA
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ func (s *stepCreateVM) Run(state multistep.StateBag) multistep.StepAction {
"create", name,
"--distribution", config.GuestOSType,
"--dst", config.OutputDir,
"--vmtype", "vm",
"--no-hdd",
}