Browse code

Merge pull request #34874 from pascalgn/patch-1

Reworded push message

Yong Tang authored on 2017/10/02 02:29:43
Showing 1 changed files
... ...
@@ -69,7 +69,7 @@ func Push(ctx context.Context, ref reference.Named, imagePushConfig *ImagePushCo
69 69
 		return err
70 70
 	}
71 71
 
72
-	progress.Messagef(imagePushConfig.ProgressOutput, "", "The push refers to a repository [%s]", repoInfo.Name.Name())
72
+	progress.Messagef(imagePushConfig.ProgressOutput, "", "The push refers to repository [%s]", repoInfo.Name.Name())
73 73
 
74 74
 	associations := imagePushConfig.ReferenceStore.ReferencesByName(repoInfo.Name)
75 75
 	if len(associations) == 0 {