Skip to content

Commit 1e3da21

Browse files
authored
1 parent 8d4ca0d commit 1e3da21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/skaffold/app/cmd/cmd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ func NewSkaffoldCommand(out, errOut io.Writer) *cobra.Command {
122122
return nil
123123
},
124124
PersistentPostRun: func(cmd *cobra.Command, args []string) {
125-
if isQuietMode() && !isHouseKeepingMessagesAllowed(cmd) {
125+
if isQuietMode() || !isHouseKeepingMessagesAllowed(cmd) {
126126
return
127127
}
128128
select {

0 commit comments

Comments
 (0)