Add missing $ sign in a macro.

Refs #5933
This commit is contained in:
Gunnar Beutner 2014-04-26 16:40:30 +02:00
parent d617c7b1f6
commit 1631d795b0
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ object CheckCommand "users" {
command = PluginDir + "/check_users"
arguments = {
"-w" = "users_wgreater$"
"-w" = "$users_wgreater$"
"-c" = "$users_cgreater$"
}