Unverified Kaydet (Commit) 94e3d3dc authored tarafından Joffrey F's avatar Joffrey F Kaydeden (comit) GitHub

Merge pull request #1819 from alexvy86/alexvy86-patch-1

Add missing call to string format in log message
......@@ -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