Skip to content

Commit

Permalink
spelling: installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 13, 2018
1 parent 074b045 commit 62f5966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builder/hyperv/common/step_polling_installation.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import (

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)

errorMsg := "Error polling VM: %s"
Expand Down Expand Up @@ -75,6 +75,6 @@ func (s *StepPollingInstalation) Run(_ context.Context, state multistep.StateBag
return multistep.ActionContinue
}

func (s *StepPollingInstalation) Cleanup(state multistep.StateBag) {
func (s *StepPollingInstallation) Cleanup(state multistep.StateBag) {

}

0 comments on commit 62f5966

Please sign in to comment.