From d891d65135ec5d1fbeeef18109b4059c2c0b70e3 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sun, 10 Feb 2008 16:10:40 +0100 Subject: [PATCH] contrib/exec-munin.px: Fix a typo in the config handling functions. --- contrib/exec-munin.px | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/exec-munin.px b/contrib/exec-munin.px index e6c8128e..24609564 100755 --- a/contrib/exec-munin.px +++ b/contrib/exec-munin.px @@ -143,7 +143,7 @@ sub handle_config } elsif (ref ($config->{'script'}) eq '') { - handle_config_addtype ([$config->{'script'}]); + handle_config_script ([$config->{'script'}]); } else { -- 2.11.0