rafecolton / docker-builder

Docker builder builds Docker images from a friendly config file.
MIT License
80 stars 11 forks source link

Panic when Dockerfile not present #140

Closed rafecolton closed 9 years ago

rafecolton commented 9 years ago

When the Dockerfile specified in the Bobfile is not present, the file path sanitizer panics. The expected behavior is a more friendly error message

rafecolton commented 9 years ago

This has been fixed - the bug was caused by a typo - checking for err != nil instead of bErr != nil