containers / build

another build tool for container images (archived, see https://github.com/rkt/rkt/issues/4024)
Apache License 2.0
342 stars 80 forks source link

lib: show correct error when loadManifest fails #313

Closed dalegaard closed 7 years ago

dalegaard commented 7 years ago

The err value was accidentally getting overriden with the error from the os.Stat call.

cgonyeo commented 7 years ago

Thanks!