Commit fcf978d1 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

Merge pull request #381 from greenalto/typo

builder/vmware: fix typo
parents 54ab8cc5 2378b652
......@@ -47,7 +47,7 @@ func (s stepCleanVMX) Run(state multistep.StateBag) multistep.StepAction {
vmxData["floppy0.present"] = "FALSE"
}
ui.Message("Detatching ISO from CD-ROM device...")
ui.Message("Detaching ISO from CD-ROM device...")
devRe := regexp.MustCompile(`^ide\d:\d\.`)
for k, _ := range vmxData {
match := devRe.FindString(k)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment