lib/trello_flow/main.rb in trello_flow-3.0.0 vs lib/trello_flow/main.rb in trello_flow-3.1.0
- old
+ new
@@ -14,10 +14,10 @@
card.start
Branch.from_card(card).checkout
end
def open
- Branch.current.open_trello(current_user)
+ Branch.current.open_trello(user: current_user, config: local_config)
end
def finish
branch = Branch.current
branch.push