Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Oct 17, 2024
1 parent 332b2e4 commit 1de9ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 1de9ab6

Please sign in to comment.