We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d089d commit b54e0f9Copy full SHA for b54e0f9
src/main/java/com/devshawn/kafka/gitops/cli/AccountCommand.java
@@ -27,6 +27,7 @@ public Integer call() {
27
ParserService parserService = new ParserService(parent.getFile());
28
StateManager stateManager = new StateManager(generateStateManagerConfig(), parserService);
29
stateManager.createServiceAccounts();
30
+ return 0;
31
} catch (MissingConfigurationException | ConfluentCloudException ex) {
32
LogUtil.printSimpleError(ex.getMessage());
33
} catch (ValidationException ex) {
0 commit comments