Skip to content

Commit

Permalink
improved presentation in case of change in submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dvojtise committed Sep 13, 2024
1 parent aa50b3a commit ab7acd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ public void updateBranchesForModules(Git parentgit, String consideredBranch, Str
logger.info("\t\t[DRYRUN] git commit -m \""+msg+"\"");
}
}
reportBuffer.append(String.format("| %-32s | %s %-16s |\n", walk.getModuleName(),branchModifier, trackedBranchName));
reportBuffer.append(String.format("| %-32s | %-16s %s |\n", walk.getModuleName(), trackedBranchName, branchModifier));
}
}

Expand Down

0 comments on commit ab7acd7

Please sign in to comment.