lib/braid/commands/status.rb in braid-1.0.16 vs lib/braid/commands/status.rb in braid-1.0.17
- old
+ new
@@ -1,11 +1,9 @@
module Braid
module Commands
class Status < Command
def run(path = nil, options = {})
- with_reset_on_error do
- path ? status_one(path, options) : status_all(options)
- end
+ path ? status_one(path, options) : status_all(options)
end
protected
def status_all(options = {})