aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/type_check.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/luarocks/type_check.lua b/src/luarocks/type_check.lua
index 5e3bfb0d..65b4fc15 100644
--- a/src/luarocks/type_check.lua
+++ b/src/luarocks/type_check.lua
@@ -87,7 +87,8 @@ local rockspec_types = {
87 copy_directories = { 87 copy_directories = {
88 _any = string_1, 88 _any = string_1,
89 }, 89 },
90 _more = true 90 _more = true,
91 _mandatory = true
91 }, 92 },
92 hooks = { 93 hooks = {
93 platforms = {}, -- recursively defined below 94 platforms = {}, -- recursively defined below