lib/high_five/thor/tasks/deploy.rb in high_five-0.3.12 vs lib/high_five/thor/tasks/deploy.rb in high_five-0.3.13

- old
+ new

@@ -41,10 +41,10 @@ self.destination_root = @config.destination end FileUtils.rm_rf(self.destination_root) FileUtils.mkdir_p(self.destination_root) - #todo add to config + # TODO Add to config say "Deploying app: <#{@platform}> <#{options[:environment]}>" say "\t#{self.destination_root}" say " -Weinre url: #{@weinre_url}" if @weinre_url