Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
fix: πŸ› space{2}
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz authored and kodiakhq[bot] committed Apr 4, 2021
1 parent 4e0289e commit dab1ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/createBranch.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const formatBranchName = (state) => {

const branchName = answers.branchName
.trim()
.replace(/{2}/g, '--')
.replace(/ {2}/g, '--')
.replace(/ /g, '-');
const branchType = answers.branchType;
const branchPrefix = answers.branchPrefix;
Expand Down

0 comments on commit dab1ea0

Please sign in to comment.