diff --git a/static/index.js b/static/index.js index 9f18ea279..adc86af17 100644 --- a/static/index.js +++ b/static/index.js @@ -47,7 +47,7 @@ if (fs.existsSync(flipperDir)) { // move .sonar to .flipper fs.renameSync(sonarDir, flipperDir); } else { - fs.mkdirSync(sonarDir); + fs.mkdirSync(flipperDir); } const configPath = path.join(flipperDir, 'config.json');