fix Typo podman-composer in version command

Signed-off-by: Mohammed Tayeh <info@tayeh.me>
This commit is contained in:
Mohammed Tayeh 2022-06-30 17:24:40 +03:00 committed by Muayyad Alsadi
parent 10580db329
commit 1188463734
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ What is the behavior you actually got and that should not happen.
```
$ podman-compose version
using podman version: 3.4.0
podman-composer version 0.1.7dev
podman-compose version 0.1.7dev
podman --version
podman version 3.4.0

View File

@ -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)