Browse Source

Merge pull request #34874 from pascalgn/patch-1

Reworded push message
Yong Tang 7 năm trước cách đây
mục cha
commit
4a244c3558
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	}
 
-	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)
 	if len(associations) == 0 {