6130-commitLint #1792

Merged
pablone merged 31 commits from 6130-commitLint into dev 2024-04-12 11:02:00 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1e669e99f8 - Show all commits

View File

@ -21,7 +21,7 @@ if (branchName) {
}
}
function getCurrentBranchName(p = process.cwd()) {
function getCurrentBranchName(p = process.cwd()) {
if (!fs.existsSync(p)) return false;
const gitHeadPath = path.join(p, '.git', 'HEAD');