Skip to content

Commit

Permalink
chore: change start messages (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k authored Mar 7, 2023
1 parent 5803020 commit 13b0345
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ func (a *App) getAction() func(c *cli.Context) error {
operatorManager := operation.NewOperatorManager(operatorCollection)

io.Logger.Info().Msgf("Start deletion, %v", a.StackName)
io.Logger.Info().Msg("Please wait a few minutes...")

if err := cloudformationStackOperator.DeleteCloudFormationStack(c.Context, aws.String(a.StackName), isRootStack, operatorManager); err != nil {
return err
Expand Down

0 comments on commit 13b0345

Please sign in to comment.