mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
perl modules: fix braces for loop array
This commit is contained in:
parent
22523e8f5b
commit
74b58a592a
3 changed files with 3 additions and 3 deletions
|
@ -160,7 +160,7 @@ if ($ARGV[0] and $ARGV[0] eq "config") {
|
|||
print_thresholds($v);
|
||||
}
|
||||
|
||||
for my $field qw(avg) {
|
||||
for my $field (qw(avg)) {
|
||||
print_thresholds($field);
|
||||
}
|
||||
&close_session($session);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue