mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
minor cosmetic change to client output on pull
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
ca8f24679e
commit
8bd6322760
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ clone git github.com/docker/distribution 7dc8d4a26b689bd4892f2f2322dbce0b7119d68
|
||||||
clone git github.com/vbatts/tar-split v0.9.4
|
clone git github.com/vbatts/tar-split v0.9.4
|
||||||
|
|
||||||
clone git github.com/docker/notary 8e8122eb5528f621afcd4e2854c47302f17392f7
|
clone git github.com/docker/notary 8e8122eb5528f621afcd4e2854c47302f17392f7
|
||||||
clone git github.com/endophage/gotuf 89ceb27829b9353dfee5ccccf7a3a9bb77008b05
|
clone git github.com/endophage/gotuf a592b03b28b02bb29bb5878308fb1abed63383b5
|
||||||
clone git github.com/tent/canonical-json-go 96e4ba3a7613a1216cbd1badca4efe382adea337
|
clone git github.com/tent/canonical-json-go 96e4ba3a7613a1216cbd1badca4efe382adea337
|
||||||
clone git github.com/agl/ed25519 d2b94fd789ea21d12fac1a4443dd3a3f79cda72c
|
clone git github.com/agl/ed25519 d2b94fd789ea21d12fac1a4443dd3a3f79cda72c
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ func (c *Client) update() error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// In this instance the root has not expired base on time, but is
|
// In this instance the root has not expired base on time, but is
|
||||||
// expired based on the snapshot dictating a new root has been produced.
|
// expired based on the snapshot dictating a new root has been produced.
|
||||||
logrus.Info(err.Error())
|
logrus.Debug(err)
|
||||||
return tuf.ErrLocalRootExpired{}
|
return tuf.ErrLocalRootExpired{}
|
||||||
}
|
}
|
||||||
// will always need top level targets at a minimum
|
// will always need top level targets at a minimum
|
||||||
|
|
Loading…
Reference in a new issue