diff options
Diffstat (limited to 'src/luarocks/cfg.lua')
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index 136ea6be..0e43768e 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -165,7 +165,7 @@ local defaults = { | |||
165 | use_extensions = false, | 165 | use_extensions = false, |
166 | accept_unknown_fields = false, | 166 | accept_unknown_fields = false, |
167 | fs_use_modules = true, | 167 | fs_use_modules = true, |
168 | use_trees = "one", | 168 | deps_mode = "one", |
169 | 169 | ||
170 | lua_modules_path = "/share/lua/"..lua_version, | 170 | lua_modules_path = "/share/lua/"..lua_version, |
171 | lib_modules_path = "/lib/lua/"..lua_version, | 171 | lib_modules_path = "/lib/lua/"..lua_version, |