From 2fb75db4c1e1f3bee7d115fda8f7185084a0958c Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sat, 7 Jun 2008 20:54:30 +0000 Subject: * Fix typo in munin plugin. --- munin-plugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'munin-plugin') diff --git a/munin-plugin b/munin-plugin index 6f74e72..f0c111b 100755 --- a/munin-plugin +++ b/munin-plugin @@ -13,7 +13,7 @@ use SiteSummary; my %sitelabels; -if (!defined $ARGV[0]) { +if (!$ARGV[0]) { for_all_hosts(\&handle_host); # List values in the opposit order of the configuration order, to # try to get the same order on the graphs and the values. -- cgit v1.2.3