mirror of
https://github.com/diligencia/semantic-branch-version.git
synced 2024-11-23 16:33:52 +08:00
Fix the initializer
This commit is contained in:
parent
b81aca7cca
commit
5ba58d9bd4
2
index.js
2
index.js
@ -14,7 +14,7 @@ async function getBranchName() {
|
|||||||
listeners: {
|
listeners: {
|
||||||
stdout: (data) => output += data.toString()
|
stdout: (data) => output += data.toString()
|
||||||
},
|
},
|
||||||
cwd = './'
|
cwd: './'
|
||||||
};
|
};
|
||||||
|
|
||||||
await execlib.exec('git', ['branch'], options);
|
await execlib.exec('git', ['branch'], options);
|
||||||
|
Loading…
Reference in New Issue
Block a user