diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-15 01:53:23 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-01-15 01:53:23 -0200 |
commit | c358d9be5149fedbdb056045d3d4bb9821b0ad70 (patch) | |
tree | f4e97ddaa2a14d1110dd4ff4b1fe71bbf91e8942 | |
parent | 5d0f26db8d30d932aa3dc5d66c4530aafcc7b57a (diff) | |
download | luarocks-c358d9be5149fedbdb056045d3d4bb9821b0ad70.tar.gz luarocks-c358d9be5149fedbdb056045d3d4bb9821b0ad70.tar.bz2 luarocks-c358d9be5149fedbdb056045d3d4bb9821b0ad70.zip |
This constant needs to be global.
-rw-r--r-- | src/luarocks/type_check.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/type_check.lua b/src/luarocks/type_check.lua index bf063bf9..1204c1d9 100644 --- a/src/luarocks/type_check.lua +++ b/src/luarocks/type_check.lua | |||
@@ -5,7 +5,7 @@ module("luarocks.type_check", package.seeall) | |||
5 | 5 | ||
6 | local cfg = require("luarocks.cfg") | 6 | local cfg = require("luarocks.cfg") |
7 | 7 | ||
8 | local rockspec_format = "1.0" | 8 | rockspec_format = "1.0" |
9 | 9 | ||
10 | local rockspec_types = { | 10 | local rockspec_types = { |
11 | rockspec_format = "string", | 11 | rockspec_format = "string", |