diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-11-09 12:53:06 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-11-09 12:53:06 -0200 |
commit | a35dd43752f0ee10d65c27200299176b29db45ef (patch) | |
tree | 8a92443ebfcf80bf8fb0cd64a3bdc5d966cbd78a | |
parent | af679a934d6bd2f6a77417f8fd73a4c3fe85e0b9 (diff) | |
download | luarocks-a35dd43752f0ee10d65c27200299176b29db45ef.tar.gz luarocks-a35dd43752f0ee10d65c27200299176b29db45ef.tar.bz2 luarocks-a35dd43752f0ee10d65c27200299176b29db45ef.zip |
Silence complaints from `luarocks upload`. Closes #292.
-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 d7f09cba..9a992bae 100644 --- a/src/luarocks/cfg.lua +++ b/src/luarocks/cfg.lua | |||
@@ -227,7 +227,7 @@ local defaults = { | |||
227 | 227 | ||
228 | upload = { | 228 | upload = { |
229 | server = "https://rocks.moonscript.org", | 229 | server = "https://rocks.moonscript.org", |
230 | tool_version = "0.0.1", | 230 | tool_version = "1.0.0", |
231 | api_version = "1", | 231 | api_version = "1", |
232 | }, | 232 | }, |
233 | 233 | ||