From 507cc61d5c8c98ebab0c31f35b3c8859cbcb6053 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 15 Aug 2017 23:32:03 -0400 Subject: [PATCH] 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. --- .lounge_config => .lounge_home | 0 src/command-line/index.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .lounge_config => .lounge_home (100%) diff --git a/.lounge_config b/.lounge_home similarity index 100% rename from .lounge_config rename to .lounge_home diff --git a/src/command-line/index.js b/src/command-line/index.js index e7008456..556644d8 100644 --- a/src/command-line/index.js +++ b/src/command-line/index.js @@ -25,7 +25,7 @@ if (!home) { __dirname, "..", "..", - ".lounge_config" + ".lounge_home" )); home = fs.readFileSync(distConfig, "utf-8").trim();