diff --git a/index.js b/index.js index 27a7462..09a2a9b 100644 --- a/index.js +++ b/index.js @@ -13,8 +13,7 @@ async function getBranchName() { const options = { listeners: { stdout: (data) => output += data.toString() - }, - cwd: './' + } }; await execlib.exec('git', ['branch'], options);