chore: remove unencrypted work in log when image is creating

This commit is contained in:
Marin Salinas 2019-02-12 15:15:38 -06:00 committed by Megan Marsh
parent a4966d9823
commit 52621a3dd2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func (s *stepCreateOMI) Run(ctx context.Context, state multistep.StateBag) multi
// Create the image
omiName := config.OMIName
ui.Say(fmt.Sprintf("Creating unencrypted OMI %s from vm %s", omiName, vm.VmId))
ui.Say(fmt.Sprintf("Creating OMI %s from vm %s", omiName, vm.VmId))
createOpts := oapi.CreateImageRequest{
VmId: vm.VmId,
ImageName: omiName,