`io.Read` was used incorrectly to read from the override file provided by the user. This is now replaced with `ioutil.ReadFile` for better handling and error reporting. Fixes #263 Signed-off-by: Aurel Canciu <aurelcanciu@gmail.com>