Skip to content

Commit

Permalink
on works on 1.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chevalun committed May 1, 2010
1 parent 4526adc commit 9bf9591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commander/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def program key, *args, &block
@program[key]
end
if [:version, :name, :description].include?(key)
return @program[key].join
return [@program[key]].join
else
return @program[key]
end
Expand Down

0 comments on commit 9bf9591

Please sign in to comment.