Przeglądaj źródła

Update verification message

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
Derek McGowan 10 lat temu
rodzic
commit
85fd8213af
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      graph/pull.go

+ 1 - 1
graph/pull.go

@@ -463,7 +463,7 @@ func (s *TagStore) pullV2Tag(eng *engine.Engine, r *registry.Session, out io.Wri
 	}
 
 	if verified {
-		out.Write(sf.FormatStatus(localName+":"+tag, "The image you are pulling has been digitally signed by Docker, Inc."))
+		out.Write(sf.FormatStatus(localName+":"+tag, "The image you are pulling has been verified"))
 	} else {
 		out.Write(sf.FormatStatus(tag, "Pulling from %s", localName))
 	}