Remove a stray tab that resulted from poor usage of Github's file editor.
That's what I get for not making a proper branch...
This commit is contained in:
parent
9b30c9aed0
commit
963932699e
|
@ -43,7 +43,7 @@ func (s *stepAttachISO) Run(_ context.Context, state multistep.StateBag) multist
|
|||
return multistep.ActionHalt
|
||||
}
|
||||
isoPath = resolvedIsoPath
|
||||
|
||||
|
||||
// Attach the disk to the controller
|
||||
command := []string{
|
||||
"storageattach", vmName,
|
||||
|
|
Loading…
Reference in New Issue