mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 22:54:15 +00:00
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:
parent
5e7a7a3870
commit
507cc61d5c
2 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if (!home) {
|
|||
__dirname,
|
||||
"..",
|
||||
"..",
|
||||
".lounge_config"
|
||||
".lounge_home"
|
||||
));
|
||||
|
||||
home = fs.readFileSync(distConfig, "utf-8").trim();
|
||||
|
|
Loading…
Reference in a new issue