@storm-software/git-tools 2.125.2 → 2.125.3

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
@@ -3987,7 +3987,7 @@ Stacktrace: ${error.stack}` : ""}`,
3987
3987
  async function commitLintAction(options) {
3988
3988
  try {
3989
3989
  writeInfo(
3990
- `${brandIcon(_config)} Linting the ${_config.repository ? _config.repository : _config.namespace ? _config.namespace : _config.name ? _config.name : typeof _config.organization === "string" ? _config.organization : _config.organization?.name ? _config.organization?.name : "Storm-Software"} repository's commit messages.`,
3990
+ `${brandIcon(_config)} Linting the ${_config.repository ? _config.repository : _config.namespace ? _config.namespace : _config.name ? _config.name : typeof _config.organization === "string" ? _config.organization : _config.organization?.name ? _config.organization?.name : "Storm-Software"} repository's commit messages.`,
3991
3991
  _config
3992
3992
  );
3993
3993
  await runCommitLint(_config, options);