Skip to content

Commit

Permalink
Update images_manager.py
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio <vozaanthony@gmail.com>
  • Loading branch information
D3vil0p3r authored Jan 15, 2025
1 parent c1b215f commit e999f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman/domain/images_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def pull(

params = {
"reference": repository,
"tlsVerify": kwargs.get("tls_verify"),
"tlsVerify": kwargs.get("tls_verify", True),
}

if all_tags:
Expand Down

0 comments on commit e999f80

Please sign in to comment.