This commit is contained in:
monalisa 2023-09-14 16:58:06 +02:00
parent 9cbf284d89
commit 3472d4a972
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ func (w *destroy) Name() string {
func (w *destroy) Apply(ctx context.Context, b *bundle.Bundle) error {
// return early if plan is empty
if b.Plan.IsEmpty {
cmdio.LogString(ctx, "No resources to destroy in plan. Skipping destroy!")
cmdio.LogString(ctx, "No resources to destroy")
return nil
}