From a3ee3e91ae5147f15f521decfe4d9188afefc782 Mon Sep 17 00:00:00 2001 From: mpeterv Date: Thu, 20 Mar 2014 21:40:47 +0400 Subject: Split luarocks.path module --- 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 e9cfc349..9c190175 100755 --- a/src/bin/luarocks +++ b/src/bin/luarocks @@ -16,7 +16,7 @@ commands = { remove = "luarocks.remove", make = "luarocks.make", download = "luarocks.download", - path = "luarocks.path", + path = "luarocks.path_command", show = "luarocks.show", new_version = "luarocks.new_version", lint = "luarocks.lint", -- cgit v1.2.3-55-g6feb