mirror of
https://github.com/containers/podman-compose.git
synced 2025-06-02 08:25:39 +02:00
fix Typo podman-composer in version command
Signed-off-by: Mohammed Tayeh <info@tayeh.me>
This commit is contained in:
parent
10580db329
commit
1188463734
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -35,7 +35,7 @@ What is the behavior you actually got and that should not happen.
|
|||||||
```
|
```
|
||||||
$ podman-compose version
|
$ podman-compose version
|
||||||
using podman version: 3.4.0
|
using podman version: 3.4.0
|
||||||
podman-composer version 0.1.7dev
|
podman-compose version 0.1.7dev
|
||||||
podman --version
|
podman --version
|
||||||
podman version 3.4.0
|
podman version 3.4.0
|
||||||
|
|
||||||
|
@ -1737,7 +1737,7 @@ def compose_version(compose, args):
|
|||||||
res = {"version": __version__}
|
res = {"version": __version__}
|
||||||
print(json.dumps(res))
|
print(json.dumps(res))
|
||||||
return
|
return
|
||||||
print("podman-composer version", __version__)
|
print("podman-compose version", __version__)
|
||||||
compose.podman.run(["--version"], "", [], sleep=0)
|
compose.podman.run(["--version"], "", [], sleep=0)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user