We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e7834 commit 8a99c6cCopy full SHA for 8a99c6c
index.js
@@ -15,7 +15,7 @@ try {
15
}
16
17
const homeSsh = homePath + '/.ssh';
18
- if (!fs.existsSync(buildDir)) {
+ if (!fs.existsSync(homeSsh)) {
19
fs.mkdirSync(homeSsh, { recursive: true });
20
21
0 commit comments