diff --git a/commands/previewPush.go b/commands/previewPush.go index f4317f95f..27d75323f 100644 --- a/commands/previewPush.go +++ b/commands/previewPush.go @@ -165,6 +165,9 @@ DomainLoop: if anyErrors { return errors.Errorf("Completed with errors") } + if totalCorrections != 0 { + return errors.Errorf("Corrections pending") + } return nil }