spelling: installation
This commit is contained in:
parent
074b04522f
commit
62f59662a3
|
@ -15,10 +15,10 @@ import (
|
||||||
|
|
||||||
const port string = "13000"
|
const port string = "13000"
|
||||||
|
|
||||||
type StepPollingInstalation struct {
|
type StepPollingInstallation struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *StepPollingInstalation) Run(_ context.Context, state multistep.StateBag) multistep.StepAction {
|
func (s *StepPollingInstallation) Run(_ context.Context, state multistep.StateBag) multistep.StepAction {
|
||||||
ui := state.Get("ui").(packer.Ui)
|
ui := state.Get("ui").(packer.Ui)
|
||||||
|
|
||||||
errorMsg := "Error polling VM: %s"
|
errorMsg := "Error polling VM: %s"
|
||||||
|
@ -75,6 +75,6 @@ func (s *StepPollingInstalation) Run(_ context.Context, state multistep.StateBag
|
||||||
return multistep.ActionContinue
|
return multistep.ActionContinue
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s *StepPollingInstalation) Cleanup(state multistep.StateBag) {
|
func (s *StepPollingInstallation) Cleanup(state multistep.StateBag) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue