Skip to content

Commit

Permalink
Simple fix for ab output
Browse files Browse the repository at this point in the history
  • Loading branch information
kmehant committed Nov 19, 2019
1 parent a04a4a2 commit 2163353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_bender/builders/buildah_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_buildah_image_id(container_image):


def pull_buildah_image(container_image):
run_cmd(["buildah", "pull", container_image],
run_cmd(["buildah", "pull", "--quiet", container_image],
save_output_in_exc=False,
log_stderr=False, print_output=True, log_output=False)

Expand Down

0 comments on commit 2163353

Please sign in to comment.