aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-01-15 01:53:23 -0200
committerHisham Muhammad <hisham@gobolinux.org>2014-01-15 01:53:23 -0200
commitc358d9be5149fedbdb056045d3d4bb9821b0ad70 (patch)
treef4e97ddaa2a14d1110dd4ff4b1fe71bbf91e8942
parent5d0f26db8d30d932aa3dc5d66c4530aafcc7b57a (diff)
downloadluarocks-c358d9be5149fedbdb056045d3d4bb9821b0ad70.tar.gz
luarocks-c358d9be5149fedbdb056045d3d4bb9821b0ad70.tar.bz2
luarocks-c358d9be5149fedbdb056045d3d4bb9821b0ad70.zip
This constant needs to be global.
-rw-r--r--src/luarocks/type_check.lua2
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
6local cfg = require("luarocks.cfg") 6local cfg = require("luarocks.cfg")
7 7
8local rockspec_format = "1.0" 8rockspec_format = "1.0"
9 9
10local rockspec_types = { 10local rockspec_types = {
11 rockspec_format = "string", 11 rockspec_format = "string",