lib/braid/commands/update.rb in realityforge-braid-0.9.1 vs lib/braid/commands/update.rb in realityforge-braid-0.9.2

- old
+ new

@@ -1,10 +1,8 @@ module Braid module Commands class Update < Command def run(path, options = {}) - bail_on_local_changes! - with_reset_on_error do path ? update_one(path, options) : update_all(options) end end