Fix the initializer

This commit is contained in:
koeneijkemans 2020-07-04 18:49:59 +02:00
parent b81aca7cca
commit 5ba58d9bd4

View File

@ -14,7 +14,7 @@ async function getBranchName() {
listeners: {
stdout: (data) => output += data.toString()
},
cwd = './'
cwd: './'
};
await execlib.exec('git', ['branch'], options);