Forráskód Böngészése

Reworded push message

Changed push message from "The push refers to a repository" to "The push refers to the repository" to make it clearer that this is just an information about the local source and not a distinction between pushing single images or whole repositories.

Signed-off-by: Pascal <pascalgn@users.noreply.github.com>
Pascal 7 éve
szülő
commit
d82948b75d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      distribution/push.go

+ 1 - 1
distribution/push.go

@@ -69,7 +69,7 @@ func Push(ctx context.Context, ref reference.Named, imagePushConfig *ImagePushCo
 		return err
 		return err
 	}
 	}
 
 
-	progress.Messagef(imagePushConfig.ProgressOutput, "", "The push refers to a repository [%s]", repoInfo.Name.Name())
+	progress.Messagef(imagePushConfig.ProgressOutput, "", "The push refers to repository [%s]", repoInfo.Name.Name())
 
 
 	associations := imagePushConfig.ReferenceStore.ReferencesByName(repoInfo.Name)
 	associations := imagePushConfig.ReferenceStore.ReferencesByName(repoInfo.Name)
 	if len(associations) == 0 {
 	if len(associations) == 0 {