Update builder/vsphere/common/step_shutdown.go

Co-authored-by: Sylvia Moss <sylviamoss.m@gmail.com>
This commit is contained in:
netapp-jgriffit 2020-10-16 10:34:45 -04:00 committed by Megan Marsh
parent 185f3d9d48
commit 15467aa868
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ func (s *StepShutdown) Run(ctx context.Context, state multistep.StateBag) multis
ui.Say("Automatic shutdown disabled. Please shutdown virtual machine.")
} else if s.Config.Command != "" {
// Communicator is not needed unless shutdown_command is populated
comm := state.Get("communicator").(packer.Communicator)
ui.Say("Executing shutdown command...")
log.Printf("Shutdown command: %s", s.Config.Command)