containers: update composer log level flag
The osbuild-composer log level flag was changed from `-v` to `-verbose`. This change updates the container entrypoint to reflect this.
This commit is contained in:
parent
6bd7282f8b
commit
7bf6dc4cd4
1 changed files with 1 additions and 1 deletions
|
|
@ -213,7 +213,7 @@ class Cli(contextlib.AbstractContextManager):
|
|||
def _spawn_composer(sockets):
|
||||
cmd = [
|
||||
"/usr/libexec/osbuild-composer/osbuild-composer",
|
||||
"-v",
|
||||
"-verbose",
|
||||
]
|
||||
|
||||
# Prepare the environment for osbuild-composer. Note that we cannot use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue