mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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>
This commit is contained in:
parent
c5c0702a4d
commit
d82948b75d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue