Rename new file holding config location for consistency

`.lounge_config` is misleading as this file does not contain the config itself. Also, env var is called `LOUNGE_HOME`, deprecated flag is `--home`, so it makes more sense that way.
This commit is contained in:
Jérémie Astori 2017-08-15 23:32:03 -04:00
parent 5e7a7a3870
commit 507cc61d5c
No known key found for this signature in database
GPG key ID: B9A4F245CD67BDE8
2 changed files with 1 additions and 1 deletions

View file

@ -25,7 +25,7 @@ if (!home) {
__dirname, __dirname,
"..", "..",
"..", "..",
".lounge_config" ".lounge_home"
)); ));
home = fs.readFileSync(distConfig, "utf-8").trim(); home = fs.readFileSync(distConfig, "utf-8").trim();