exe/ddev in ddev-0.1.2 vs exe/ddev in ddev-0.1.3

- old
+ new

@@ -210,10 +210,12 @@ def config_path path = File.expand_path "../.ddev.yaml", __FILE__ unless File.exist? path - raise "Could not find config file at #{path}" + error = "Could not find config file at #{path}" + puts Rainbow(error).red + exit 1 end path end