forked from extern/podman-compose
fix pull giving not implemented
This commit is contained in:
parent
de670fad08
commit
c0a1f6f7fb
@ -758,7 +758,7 @@ def run_compose(
|
||||
raise ValueError("'{}' does not accept any argument".format(cmd))
|
||||
if cmd == "pull":
|
||||
pull(project_name, dirname, pods, containers, dry_run, podman_path)
|
||||
if cmd == "push":
|
||||
elif cmd == "push":
|
||||
push(project_name, dirname, pods, containers, dry_run, podman_path, cmd_args)
|
||||
elif cmd == "build":
|
||||
parser = argparse.ArgumentParser()
|
||||
|
Loading…
Reference in New Issue
Block a user