@storm-software/git-tools 2.125.2 → 2.125.4

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.cjs CHANGED
@@ -4009,7 +4009,7 @@ Stacktrace: ${error.stack}` : ""}`,
4009
4009
  async function commitLintAction(options) {
4010
4010
  try {
4011
4011
  chunkDFXXNV3C_cjs.writeInfo(
4012
- `${chunkDFXXNV3C_cjs.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.`,
4012
+ `${chunkDFXXNV3C_cjs.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.`,
4013
4013
  _config
4014
4014
  );
4015
4015
  await runCommitLint(_config, options);