Skip to content

Commit

Permalink
BUG: create zones on push regardless of --populate-on-preview=false (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
das7pad authored Jan 27, 2025
1 parent 901a3ac commit f264047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/ppreviewPush.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func prun(args PPreviewArgs, push bool, interactive bool, out printer.CLI, repor
totalCorrections += len(corrections)
out.EndProvider2(provider.Name, len(corrections))
reportItems = append(reportItems, genReportItem(zone.Name, corrections, provider.Name))
anyErrors = cmp.Or(anyErrors, pprintOrRunCorrections(zone.Name, provider.Name, corrections, out, args.PopulateOnPreview, interactive, notifier, report))
anyErrors = cmp.Or(anyErrors, pprintOrRunCorrections(zone.Name, provider.Name, corrections, out, push || args.PopulateOnPreview, interactive, notifier, report))
}
}
}
Expand Down

0 comments on commit f264047

Please sign in to comment.