瀏覽代碼

Removed space before :

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif 5 年之前
父節點
當前提交
2ea000b280
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      aci/convert/registry_credentials.go

+ 1 - 1
aci/convert/registry_credentials.go

@@ -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)
 		}
 	}