Skip to content

Commit a266448

Browse files
committed
Update client.py
1 parent bd5eaed commit a266448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ def pull(self, repository, tag=None, stream=False,
901901
# auth_config needs to be a dict in the format used by
902902
# auth.py username , password, serveraddress, email
903903
headers['X-Registry-Auth'] = auth.encode_header(
904-
auth_config)
904+
authcfg)
905905
else:
906906
headers['X-Registry-Auth'] = auth.encode_header(auth_config)
907907

0 commit comments

Comments
 (0)