Skip to content

Commit 8a99c6c

Browse files
committed
Fix constant name
1 parent 23e7834 commit 8a99c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ try {
1515
}
1616

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

0 commit comments

Comments
 (0)