diff --git a/scripts/create.mjs b/scripts/create.mjs index b406509fa..85e6f4f6e 100644 --- a/scripts/create.mjs +++ b/scripts/create.mjs @@ -43,7 +43,7 @@ const pascalCasedName = toPascalCase(recipe); // PascalCased recipe ID only cont (async () => { // Folder paths const userData = - process.env.APPDATA || ( + process.env.APPDATA || ( // Check if this script runs on Windows process.platform === 'win32' ? `${process.env.USERPROFILE}\\AppData\\Roaming\\Ferdium\\recipes\\dev`