Skip to content

Commit

Permalink
Fix doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
kormoc committed Jul 24, 2014
1 parent cd483d1 commit d72f409
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/collectors/elb/elb.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
# Optional - list of regular expressions used to ignore ELBs
elbs_ignored = ^elb-a$, .*-test$, $test-.*
[[regions]]
[regions]
[us-west-1]
[[us-west-1]]
# Optional - queries all elbs if omitted
elb_names = elb1, elb2, ...
[us-west-2]
[[us-west-2]]
...
```
Expand Down

0 comments on commit d72f409

Please sign in to comment.