mirror of
https://github.com/apache/nifi.git
synced 2025-02-09 11:35:05 +00:00
NIFI-7867: Add break statement to prevent diagnostics from running env afterward
This commit is contained in:
parent
a66c3d8168
commit
62f4d09883
@ -253,6 +253,7 @@ public class RunNiFi {
|
||||
break;
|
||||
case "diagnostics":
|
||||
runNiFi.diagnostics(dumpFile, verbose);
|
||||
break;
|
||||
case "env":
|
||||
runNiFi.env();
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user