From aa229e9942897b26eda8b492e4314ee5a2f23f1c Mon Sep 17 00:00:00 2001 From: hisham Date: Thu, 30 Jul 2009 01:26:23 +0000 Subject: generalize 'get_rockspec' into 'download', which is able to download .src.rocks, rocks and rockspecs git-svn-id: http://luarocks.org/svn/luarocks/trunk@43 9ca3f7c1-7366-0410-b1a3-b5c78f85698c --- src/bin/luarocks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin') diff --git a/src/bin/luarocks b/src/bin/luarocks index 2e2ac422..80b53dee 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -15,6 +15,6 @@ commands.search = require("luarocks.search") commands.list = require("luarocks.list") commands.remove = require("luarocks.remove") commands.make = require("luarocks.make") -commands.get_rockspec = require("luarocks.get_rockspec") +commands.download = require("luarocks.download") command_line.run_command(...) -- cgit v1.2.3-55-g6feb