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:
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
|
||||
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
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user