spelling mistake in comments
This commit is contained in:
parent
5b1463f77b
commit
1f31ac1737
|
@ -43,7 +43,7 @@ func (s *stepCreateVM) Run(state multistep.StateBag) multistep.StepAction {
|
||||||
return multistep.ActionHalt
|
return multistep.ActionHalt
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the VM name propery on the first command
|
// Set the VM name property on the first command
|
||||||
if s.vmName == "" {
|
if s.vmName == "" {
|
||||||
s.vmName = name
|
s.vmName = name
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue