1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Fix incorrect macro string

refs 
This commit is contained in:
Gunnar Beutner 2015-03-27 14:29:36 +01:00
parent 0779d2c44b
commit 1747e580b2

@ -943,7 +943,7 @@ object CheckCommand "ups" {
required = true
}
"-p" = {
value = "$ups_port"$
value = "$ups_port$"
description = "Port number (default: 3493)"
}
"-v" = {