lib/thor/actions/templater.rb in josevalim-thor-0.10.23 vs lib/thor/actions/templater.rb in josevalim-thor-0.10.25

- old
+ new

@@ -63,10 +63,10 @@ end # Revokes the action. # def revoke! - say_status :remove, :green + say_status :remove, :red ::FileUtils.rm_rf(destination) if !pretend? && exists? end protected