mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-22 07:53:16 +01:00
Fix logging build error message
Signed-off-by: Hedayat Vatankhah <hedayat.fwd@gmail.com>
This commit is contained in:
parent
7a2da76ab8
commit
4e22faefd6
@ -2348,7 +2348,7 @@ async def compose_up(compose: PodmanCompose, args):
|
||||
# `podman build` does not cache, so don't always build
|
||||
build_args = argparse.Namespace(if_not_exists=(not args.build), **args.__dict__)
|
||||
if await compose.commands["build"](compose, build_args) != 0:
|
||||
log("Build command failed")
|
||||
log.error("Build command failed")
|
||||
|
||||
hashes = (
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user