Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
kielabokkie committed Oct 25, 2022
1 parent 801ec5a commit 8c867c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/cleanup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ const execa = __webpack_require__(955)
async function run() {
console.log('Stopping ssh-agent')

await execa('kill -9 $(pidof ssh-agent)', { shell: true });
await execa('kill -9 $(ps -e | grep -m1 "[s]sh-agent" | awk \'{print $1}\')', { shell: true });
}

run()
Expand Down

0 comments on commit 8c867c6

Please sign in to comment.