Fix constant name

This commit is contained in:
Jano Paetzold 2025-01-08 18:21:42 +01:00
parent 23e7834981
commit 8a99c6c0c1

View file

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