Unverified Kaydet (Commit) 6cce101f authored tarafından Alex Villarreal's avatar Alex Villarreal Kaydeden (comit) GitHub

Add missing call to string format in log message

Signed-off-by: 's avatarAlejandro Villarreal <alex@alexvy86.com>
üst 58c02ca9
......@@ -203,7 +203,7 @@ def parse_auth(entries, raise_on_error=False):
# https://github.com/docker/compose/issues/3265
log.debug(
'Auth data for {0} is absent. Client might be using a '
'credentials store instead.'
'credentials store instead.'.format(registry)
)
conf[registry] = {}
continue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment