Skip to content

Commit ab7acd7

Browse files
committed
improved presentation in case of change in submodule
1 parent aa50b3a commit ab7acd7

File tree

1 file changed

+1
-1
lines changed
  • sync-git-submodules-branches/src/main/java/org/gemoc/sync_git_submodules_branches/gittool

1 file changed

+1
-1
lines changed

sync-git-submodules-branches/src/main/java/org/gemoc/sync_git_submodules_branches/gittool/GitModuleManager.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ public void updateBranchesForModules(Git parentgit, String consideredBranch, Str
522522
logger.info("\t\t[DRYRUN] git commit -m \""+msg+"\"");
523523
}
524524
}
525-
reportBuffer.append(String.format("| %-32s | %s %-16s |\n", walk.getModuleName(),branchModifier, trackedBranchName));
525+
reportBuffer.append(String.format("| %-32s | %-16s %s |\n", walk.getModuleName(), trackedBranchName, branchModifier));
526526
}
527527
}
528528

0 commit comments

Comments
 (0)