Skip to content

Commit

Permalink
Rebuild dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
janopae committed Jan 8, 2025
1 parent 28f6a06 commit 7e04477
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,9 @@ try {
}

const homeSsh = homePath + '/.ssh';
fs.mkdirSync(homeSsh, { recursive: true });
if (!fs.existsSync(buildDir)) {
fs.mkdirSync(homeSsh, { recursive: true });
}

console.log("Starting ssh-agent");

Expand Down

0 comments on commit 7e04477

Please sign in to comment.