rename ~/.sonar to ~/.flipper
Summary: renames config folder from sonar to flipper Reviewed By: jknoxville Differential Revision: D9541803 fbshipit-source-id: ef378c46fcbb14e76e99fb0743a99f24c536a434
This commit is contained in:
committed by
Facebook Github Bot
parent
2596e7d42a
commit
f7606c8d59
@@ -23,7 +23,7 @@ const {spawn} = require('child_process');
|
||||
const path = require('path');
|
||||
const {app, shell} = require('electron').remote;
|
||||
|
||||
const SONAR_PLUGIN_PATH = path.join(app.getPath('home'), '.sonar');
|
||||
const SONAR_PLUGIN_PATH = path.join(app.getPath('home'), '.flipper');
|
||||
const DYNAMIC_PLUGINS = JSON.parse(window.process.env.PLUGINS || '[]');
|
||||
|
||||
type NPMModule = {
|
||||
|
||||
@@ -486,5 +486,5 @@ export default class CertificateProvider {
|
||||
}
|
||||
|
||||
function getFilePath(fileName: string): string {
|
||||
return path.resolve(os.homedir(), '.sonar', 'certs', fileName);
|
||||
return path.resolve(os.homedir(), '.flipper', 'certs', fileName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user