diff --git a/mock/py/mock-isolated-repo.py b/mock/py/mock-isolated-repo.py index 98393e687..885de3856 100755 --- a/mock/py/mock-isolated-repo.py +++ b/mock/py/mock-isolated-repo.py @@ -46,7 +46,7 @@ def prepare_image(image_specification, outputdir): Store the tarball into the same directory where the RPMs are """ subprocess.check_output(["podman", "pull", image_specification]) - subprocess.check_output(["podman", "save", "--format=oci-archive" "--quiet", + subprocess.check_output(["podman", "save", "--format=oci-archive", "--quiet", "-o", os.path.join(outputdir, "bootstrap.tar"), image_specification])