Skip to content

Commit

Permalink
Fix constant name
Browse files Browse the repository at this point in the history
  • Loading branch information
janopae committed Jan 8, 2025
1 parent 23e7834 commit 8a99c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ try {
}

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

Expand Down

0 comments on commit 8a99c6c

Please sign in to comment.