bin/gush in gush-2.0.2 vs bin/gush in gush-2.1.0
- old
+ new
@@ -10,9 +10,9 @@
require 'gush'
begin
Gush::CLI.start(ARGV)
rescue Gush::WorkflowNotFound
- puts "Workflow not found".red
+ puts Paint["Workflow not found", :red]
rescue Gush::DependencyLevelTooDeep
- puts "Dependency level too deep. Perhaps you have a dependency cycle?".red
+ puts Paint["Dependency level too deep. Perhaps you have a dependency cycle?", :red]
end