mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
no need to override output as we bypass Fprint on quiet mode
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
65fc4ffb4e
commit
54b0cb9671
@ -55,7 +55,6 @@ func convertCommand(p *projectOptions) *cobra.Command {
|
|||||||
}
|
}
|
||||||
os.Stdout = devnull
|
os.Stdout = devnull
|
||||||
}
|
}
|
||||||
opts.Output = os.DevNull
|
|
||||||
return runConvert(cmd.Context(), opts, args)
|
return runConvert(cmd.Context(), opts, args)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user