Skip to content

Commit b54e0f9

Browse files
committed
fix: confluent cloud service account creation exit code
1 parent e9d089d commit b54e0f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/devshawn/kafka/gitops/cli/AccountCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public Integer call() {
2727
ParserService parserService = new ParserService(parent.getFile());
2828
StateManager stateManager = new StateManager(generateStateManagerConfig(), parserService);
2929
stateManager.createServiceAccounts();
30+
return 0;
3031
} catch (MissingConfigurationException | ConfluentCloudException ex) {
3132
LogUtil.printSimpleError(ex.getMessage());
3233
} catch (ValidationException ex) {

0 commit comments

Comments
 (0)