Skip to content

Commit

Permalink
display/client now works even with empty display|client
Browse files Browse the repository at this point in the history
  • Loading branch information
reactormonk authored and sunaku committed Mar 2, 2010
1 parent 3c365a5 commit c0440f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display/client.yaml
Expand Up @@ -9,7 +9,7 @@ import:
script:
- after: |
class Rumai::Client
TAGS_BY_REGEXP = CONFIG['display']['client'].map do |hash|
TAGS_BY_REGEXP = Array(CONFIG['display']['client']).map do |hash|
regexp, tags = hash.to_a.first
regexp = Wmiirc::SANDBOX.eval(regexp,
Expand Down

0 comments on commit c0440f1

Please sign in to comment.