forked from extern/podman-compose
fix Typo podman-composer in version command
Signed-off-by: Mohammed Tayeh <info@tayeh.me>
This commit is contained in:
committed by
Muayyad Alsadi
parent
10580db329
commit
1188463734
@ -1737,7 +1737,7 @@ def compose_version(compose, args):
|
||||
res = {"version": __version__}
|
||||
print(json.dumps(res))
|
||||
return
|
||||
print("podman-composer version", __version__)
|
||||
print("podman-compose version", __version__)
|
||||
compose.podman.run(["--version"], "", [], sleep=0)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user