2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

cpu_linux_multi: fix a typo preventing it to run

This commit is contained in:
Adrien "ze" Urban 2012-09-14 17:56:12 +02:00
parent 5a92255cf2
commit 5d4c3e8ec1

View File

@ -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";
}
########################################################################