Skip to content

Commit

Permalink
we really should start
Browse files Browse the repository at this point in the history
  • Loading branch information
addynaik committed Jan 5, 2011
1 parent fb7997f commit 36f16e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/pick.rb
Expand Up @@ -34,7 +34,7 @@ def run!
put "URL: #{story.url}"

put "Updating #{type} status in Pivotal Tracker..."
if story.update(:owned_by => options[:full_name])
if story.update(:owned_by => options[:full_name], :current_state => :started)

suffix_or_prefix = ""
unless options[:quiet] || options[:defaults]
Expand Down

0 comments on commit 36f16e1

Please sign in to comment.