1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fix formatting in tests

This commit is contained in:
Guillaume J. Charmes 2013-11-11 09:05:38 -08:00
parent f26da9638f
commit 402a58a75a
No known key found for this signature in database
GPG key ID: B33E4642CB6E3FF3

View file

@ -140,7 +140,7 @@ func setupBaseImage() {
if img, err := runtime.repositories.LookupImage(unitTestImageName); err != nil || img.ID != unitTestImageID {
// Retrieve the Image
if err := srv.ImagePull(unitTestImageName, "", os.Stdout, utils.NewStreamFormatter(false), nil, nil, true); err != nil {
log.Fatalf("Unable to pull the test image:", err)
log.Fatalf("Unable to pull the test image: %s", err)
}
}
}