mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-24 06:52:13 +00:00
Fix constant name
This commit is contained in:
parent
23e7834981
commit
8a99c6c0c1
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -15,7 +15,7 @@ try {
|
||||||
}
|
}
|
||||||
|
|
||||||
const homeSsh = homePath + '/.ssh';
|
const homeSsh = homePath + '/.ssh';
|
||||||
if (!fs.existsSync(buildDir)) {
|
if (!fs.existsSync(homeSsh)) {
|
||||||
fs.mkdirSync(homeSsh, { recursive: true });
|
fs.mkdirSync(homeSsh, { recursive: true });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue