lib/docman/cli.rb in docman-0.0.14 vs lib/docman/cli.rb in docman-0.0.15

- old
+ new

@@ -36,9 +36,10 @@ say('Complete!', :green) end desc 'build NAME', 'init to NAME' method_option :force, :aliases => '-f', :desc => 'Force full rebuild' + option :tag def build(deploy_target, state) config_dir? if options[:force] FileUtils.rm_r('master') if File.directory? 'master' end \ No newline at end of file