Skip to content

Commit f2e06f0

Browse files
authored
Merge pull request #195 from kmehant/buildah-patch
Small fix to ansible_bender's output
2 parents a04a4a2 + 2163353 commit f2e06f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible_bender/builders/buildah_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def get_buildah_image_id(container_image):
3939

4040

4141
def pull_buildah_image(container_image):
42-
run_cmd(["buildah", "pull", container_image],
42+
run_cmd(["buildah", "pull", "--quiet", container_image],
4343
save_output_in_exc=False,
4444
log_stderr=False, print_output=True, log_output=False)
4545

0 commit comments

Comments
 (0)