Fix type for CheckResult::command.

Refs #5039
This commit is contained in:
Gunnar Beutner 2013-11-10 01:29:09 +01:00
parent 290b13cb8b
commit 45a6ca6cb3
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class CheckResult
[state] double execution_start; [state] double execution_start;
[state] double execution_end; [state] double execution_end;
[state] String command; [state] Value command;
[state] int exit_status; [state] int exit_status;
[state, enum] ServiceState "state"; [state, enum] ServiceState "state";