main: also eat depsolve warnings in manifest
Let's consume the depsolve warnings everywhere, including during manifest generation. Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
This commit is contained in:
parent
77498d99c8
commit
a963712152
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ func cmdManifest(cmd *cobra.Command, args []string) error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
_, err = cmdManifestWrapper(pbar, cmd, args, osStdout, osStderr, nil)
|
_, err = cmdManifestWrapper(pbar, cmd, args, osStdout, io.Discard, nil)
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue