fix logline

This commit is contained in:
Megan Marsh 2018-01-31 11:35:34 -08:00
parent 871ead371a
commit af26b312cd
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ func (s *stepSnapshot) Run(_ context.Context, state multistep.StateBag) multiste
func (s *stepSnapshot) Cleanup(state multistep.StateBag) {
// Delete the snapshot
ui := state.Get("ui").(packer.Ui)
ui.Say("Creating Snapshot...")
ui.Say("Deleting Snapshot...")
client := state.Get("client").(*compute.ComputeClient)
snap := state.Get("snapshot").(*compute.Snapshot)
snapClient := client.Snapshots()