NIFI-7867: Add break statement to prevent diagnostics from running env afterward

This commit is contained in:
Matthew Burgess 2020-09-30 11:39:43 -04:00 committed by markap14
parent a66c3d8168
commit 62f4d09883
1 changed files with 1 additions and 0 deletions

View File

@ -253,6 +253,7 @@ public class RunNiFi {
break;
case "diagnostics":
runNiFi.diagnostics(dumpFile, verbose);
break;
case "env":
runNiFi.env();
break;