spelling: doesn't

pull/6013/head
Josh Soref 8 years ago
parent 76a7258bb4
commit 83471c8399

@ -31,7 +31,7 @@ func (s *stepLxdLaunch) Run(_ context.Context, state multistep.StateBag) multist
return multistep.ActionHalt
}
// TODO: Should we check `lxc info <container>` for "Running"?
// We have to do this so /tmp doens't get cleared and lose our provisioner scripts.
// We have to do this so /tmp doesn't get cleared and lose our provisioner scripts.
time.Sleep(1 * time.Second)
return multistep.ActionContinue

Loading…
Cancel
Save