aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/startup.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/startup.lua b/util/startup.lua
index 1557ab0f..c54fa56d 100644
--- a/util/startup.lua
+++ b/util/startup.lua
@@ -271,7 +271,7 @@ function startup.init_global_state()
config = CFG_CONFIGDIR or ".";
plugins = CFG_PLUGINDIR or "plugins";
data = "data";
- secrets = os.getenv("CREDENTIALS_DIRECTORY");
+ credentials = os.getenv("CREDENTIALS_DIRECTORY");
};
prosody.arg = _G.arg;