Skip to content

Commit

Permalink
Fix tab and trailing spaces
Browse files Browse the repository at this point in the history
Signed-off-by: Arjan Tijms <arjan.tijms@omnifish.ee>
  • Loading branch information
arjantijms committed Jan 15, 2024
1 parent fef3877 commit 5a55d00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -185,9 +185,9 @@ ActionReport runCommand(
// Set the instance name as the operand for the commnd
instanceParameterMap.set("DEFAULT", iname);
if (debug) {
instanceParameterMap.set("debug", "true");
instanceParameterMap.set("debug", "true");
}


ActionReport instanceReport = runner.getActionReport("plain");
instanceReport.setActionExitCode(ExitCode.SUCCESS);
Expand Down
Expand Up @@ -62,7 +62,7 @@ public class StartClusterCommand implements AdminCommand {

@Param(optional = false, primary = true)
private String clusterName;

@Param(optional = true, defaultValue = "false")
private boolean debug;

Expand Down

0 comments on commit 5a55d00

Please sign in to comment.