Skip to content

Commit ee4a42e

Browse files
committed
Cleanup
1 parent 4e8742d commit ee4a42e

File tree

1 file changed

+1
-1
lines changed
  • components/supervisor/pkg/supervisor

1 file changed

+1
-1
lines changed

components/supervisor/pkg/supervisor/docker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ func insertCredentialsIntoConfig(imageAuth string) (int, error) {
325325
registryIdentifier = parts[0] + ":" + parts[1]
326326
token = parts[2]
327327
default:
328-
log.Warnf("authentication: skipping malformed credential entry (parts count %d not 2 or 3): '%s'", len(parts), hostCredentialsEntry)
328+
log.Warnf("authentication: skipping credential (parts count %d not 2 or 3): '%s'", len(parts), hostCredentialsEntry)
329329
continue
330330
}
331331
registryKey := registryIdentifier

0 commit comments

Comments
 (0)