CL returns error when invalid report config name is used

This commit is contained in:
eugene.livis 2022-08-22 11:49:02 -04:00
parent 991f211da7
commit 41d928b6fc

View File

@ -77,7 +77,7 @@ public class CommandLineIngestManager extends CommandLineManager {
static int CL_SUCCESS = 0;
static int CL_RUN_FAILURE = -1;
static int CL_PROCESS_FAILURE = 1;
static int CL_PROCESS_FAILURE = -2;
public CommandLineIngestManager() {
}