From a245d64a0dd2cef6eab8985a063a125ce82aae91 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 27 Mar 2015 14:29:36 +0100 Subject: [PATCH] Fix incorrect macro string refs #8881 --- itl/command-plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" = { -- 2.40.0