Skip to content

Commit 490b2db

Browse files
committed
Add a missing space in a log message
Signed-off-by: Adam Dangoor <[email protected]>
1 parent dd7386d commit 490b2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def load_config(config_path=None, config_dict=None):
267267
return res
268268

269269
log.debug(
270-
"Couldn't find auth-related section ; attempting to interpret"
270+
"Couldn't find auth-related section ; attempting to interpret "
271271
"as auth-only file"
272272
)
273273
return {'auths': parse_auth(config_dict)}

0 commit comments

Comments
 (0)