aboutsummaryrefslogtreecommitdiff
path: root/src/luarocks/cfg.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/luarocks/cfg.lua')
-rw-r--r--src/luarocks/cfg.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 484bfb79..f38ae9a8 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -219,6 +219,7 @@ local defaults = {
219 "http://luarocks.logiceditor.com/rocks", 219 "http://luarocks.logiceditor.com/rocks",
220 } 220 }
221 }, 221 },
222 disabled_servers = {},
222 223
223 lua_extension = "lua", 224 lua_extension = "lua",
224 lua_interpreter = site_config.LUA_INTERPRETER or "lua", 225 lua_interpreter = site_config.LUA_INTERPRETER or "lua",