lib/teapot/command/clean.rb in teapot-3.2.1 vs lib/teapot/command/clean.rb in teapot-3.4.0

- old
+ new

@@ -23,10 +23,10 @@ module Teapot module Command class Clean < Samovar::Command self.description = "Delete everything in the teapot directory." - def invoke + def call context = parent.context logger = parent.logger configuration = context.configuration logger.info "Removing #{configuration.build_path}..."