From 5d4c3e8ec1c8cc7b60d8cc30060590c2bd099ae8 Mon Sep 17 00:00:00 2001 From: "Adrien \"ze\" Urban" Date: Fri, 14 Sep 2012 17:56:12 +0200 Subject: [PATCH] cpu_linux_multi: fix a typo preventing it to run --- plugins/system/cpu_linux_multi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/system/cpu_linux_multi b/plugins/system/cpu_linux_multi index 92032f24..63fe9591 100755 --- a/plugins/system/cpu_linux_multi +++ b/plugins/system/cpu_linux_multi @@ -89,7 +89,7 @@ $plugin =~ s/.*\///; # quick failsafe if (!defined $ENV{MUNIN_PLUGSTATE}) { - die "This plugin should be run via munin. Try munin-run $plugin\n"); + die "This plugin should be run via munin. Try munin-run $plugin\n"; } ########################################################################