mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
Merge pull request #558 from docker/warning_msg_typo
Removed space before :
This commit is contained in:
commit
92a0c60095
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ func getRegistryCredentials(project compose.Project, helper registryHelper) ([]c
|
|||
for _, registry := range acrRegistries {
|
||||
err := helper.autoLoginAcr(registry)
|
||||
if err != nil {
|
||||
fmt.Printf("WARNING : %v\n", err)
|
||||
fmt.Printf("WARNING: %v\n", err)
|
||||
fmt.Printf("Could not automatically login to %s from your Azure login. Assuming you already logged in to the ACR registry\n", registry)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue