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.
2 parents dd7386d + 490b2db commit c9bee77Copy full SHA for c9bee77
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