Browse code

Update verification message

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)

Derek McGowan authored on 2014/10/11 07:20:28
Showing 1 changed files
... ...
@@ -463,7 +463,7 @@ func (s *TagStore) pullV2Tag(eng *engine.Engine, r *registry.Session, out io.Wri
463 463
 	}
464 464
 
465 465
 	if verified {
466
-		out.Write(sf.FormatStatus(localName+":"+tag, "The image you are pulling has been digitally signed by Docker, Inc."))
466
+		out.Write(sf.FormatStatus(localName+":"+tag, "The image you are pulling has been verified"))
467 467
 	} else {
468 468
 		out.Write(sf.FormatStatus(tag, "Pulling from %s", localName))
469 469
 	}