Skip to content

Commit

Permalink
Fixed bug in colorize that prevented the setting of custom colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Krall authored and blackwinter committed Dec 2, 2009
1 parent 5251c81 commit 1773cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wirble.rb
Expand Up @@ -443,7 +443,7 @@ def output_value
end
end

colors = custom_colors if custom_colors
self.colors = custom_colors if custom_colors
end

#
Expand Down

0 comments on commit 1773cbb

Please sign in to comment.