From e3edcfdddea888b6b8784751eb7a625fe507fd56 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 12 Feb 2015 09:24:28 +0100 Subject: [PATCH] Fix incorrect macro name in the disk check command refs #8316 --- 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 3bd3d3e35..a8849b840 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -432,7 +432,7 @@ object CheckCommand "disk" { } "-p" = { - value = "$disk_partition$" + value = "$disk_partitions$" description = "Path or partition (may be repeated)" repeat_key = true } -- 2.40.0