lib/invoker/parsers/config.rb in invoker-1.5.4 vs lib/invoker/parsers/config.rb in invoker-1.5.5
- old
+ new
@@ -88,10 +88,10 @@
process_command_from_section(section)
end
end
def print_message_and_abort
- Invoker::Logger.puts("\n Invalid config file. Invoker requires an ini or a Procfile.".color(:red))
+ Invoker::Logger.puts("\n Invalid config file. Invoker requires an ini or a Procfile.".colorize(:red))
abort
end
def process_command_from_section(section)
if supports_subdomain?(section)