Skip to content

Commit

Permalink
Need weak-binding AND apparently? Actually fixes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
trydionel authored and Jeff Tucker committed Aug 10, 2011
1 parent 5dd2431 commit ac0309f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/finish.rb
Expand Up @@ -39,7 +39,7 @@ def finished_state
end

def story_id
match = current_branch[/\d+/] && match.to_i
match = current_branch[/\d+/] and match.to_i
end

def story
Expand Down

0 comments on commit ac0309f

Please sign in to comment.