From 36f16e1bcb880eaa93c6fd09b1982b736c2473ac Mon Sep 17 00:00:00 2001 From: Addy Naik Date: Wed, 5 Jan 2011 15:41:48 -0500 Subject: [PATCH] we really should start --- lib/commands/pick.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/pick.rb b/lib/commands/pick.rb index 4f8812b..84c3e38 100755 --- a/lib/commands/pick.rb +++ b/lib/commands/pick.rb @@ -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]