From: Gunnar Beutner Date: Fri, 27 Mar 2015 13:29:36 +0000 (+0100) Subject: Fix incorrect macro string X-Git-Tag: v2.4.0~764 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1747e580b22a55df1324e6dc2647565a9e55adf0;p=icinga2 Fix incorrect macro string refs #8881 --- diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index bdd838f3b..6bf7dcca3 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -943,7 +943,7 @@ object CheckCommand "ups" { required = true } "-p" = { - value = "$ups_port"$ + value = "$ups_port$" description = "Port number (default: 3493)" } "-v" = {