@storm-software/git-tools 2.124.72 → 2.124.73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/git.js CHANGED
@@ -3988,7 +3988,7 @@ void (async () => {
3988
3988
  const program = createProgram(config5);
3989
3989
  await program.parseAsync(process.argv);
3990
3990
  writeSuccess(
3991
- `\u2714 Git ${process.argv && process.argv.length >= 3 && process.argv[2] ? process.argv[2] : "tool"} processing completed successfully!`,
3991
+ `\u2714 Git ${process.argv && process.argv.length >= 3 && process.argv[2] ? process.argv[2] : "tool"} processing completed successfully!`,
3992
3992
  config5
3993
3993
  );
3994
3994
  exitWithSuccess(config5);