Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jul 3, 2024
1 parent 5fc17c5 commit 5f9f319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/py/mock-isolated-repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down

0 comments on commit 5f9f319

Please sign in to comment.