We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5313a commit 8f3dc47Copy full SHA for 8f3dc47
docker/auth.py
@@ -267,7 +267,7 @@ def load_config(config_path=None, config_dict=None):
267
return res
268
269
log.debug(
270
- "Couldn't find auth-related section ; attempting to interpret"
+ "Couldn't find auth-related section ; attempting to interpret "
271
"as auth-only file"
272
)
273
return {'auths': parse_auth(config_dict)}
0 commit comments