lib/braid/operations.rb in braid-1.0.12 vs lib/braid/operations.rb in braid-1.0.13

- old
+ new

@@ -183,10 +183,10 @@ end end def fetch(remote = nil, *args) args.unshift "-n #{remote}" if remote - exec!("git fetch #{args.join(' ')} > #{Gem.win_platform? ? 'nul' : '/dev/null'}") + exec!("git fetch #{args.join(' ')}") end def checkout(treeish) invoke(:checkout, treeish) true