lib/braid/command.rb in braid-0.7.0 vs lib/braid/command.rb in braid-0.7.1

- old
+ new

@@ -36,9 +36,13 @@ def verbose? Braid.verbose end + def force? + Braid.force + end + private def setup_remote(mirror) Command.run(:setup, mirror.path) end