diff options
Diffstat (limited to 'src/luarocks/cfg.lua')
-rw-r--r-- | src/luarocks/cfg.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua index a4626e10..259293c3 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -182,6 +182,7 @@ local defaults = { | |||
182 | use_extensions = false, | 182 | use_extensions = false, |
183 | accept_unknown_fields = false, | 183 | accept_unknown_fields = false, |
184 | fs_use_modules = true, | 184 | fs_use_modules = true, |
185 | hooks_enabled = true, | ||
185 | deps_mode = "one", | 186 | deps_mode = "one", |
186 | 187 | ||
187 | lua_modules_path = "/share/lua/"..lua_version, | 188 | lua_modules_path = "/share/lua/"..lua_version, |