@storm-software/git-tools 2.124.64 → 2.124.65

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
@@ -1295,7 +1295,7 @@ async function runCommit(commitizenFile, dryRun = false) {
1295
1295
  console.log(chalkTemplate`
1296
1296
  {bold.#999999 ----------------------------------------}
1297
1297
 
1298
- {bold.#FFFFFF ${brandIcon(workspaceConfig)} Storm Software Git-Tools - Commit}
1298
+ {bold.#FFFFFF ${brandIcon(workspaceConfig)} Storm Software Git-Tools - Commit}
1299
1299
  {#CCCCCC Please provide the requested details below...}
1300
1300
  `);
1301
1301
  state.answers = await askQuestions(state);