diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/path_cmd.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/luarocks/path_cmd.lua b/src/luarocks/path_cmd.lua index 627d97cf..516a0c47 100644 --- a/src/luarocks/path_cmd.lua +++ b/src/luarocks/path_cmd.lua | |||
@@ -5,7 +5,6 @@ local path_cmd = {} | |||
5 | 5 | ||
6 | local util = require("luarocks.util") | 6 | local util = require("luarocks.util") |
7 | local cfg = require("luarocks.core.cfg") | 7 | local cfg = require("luarocks.core.cfg") |
8 | local cfg = require("luarocks.cfg") | ||
9 | 8 | ||
10 | path_cmd.help_summary = "Return the currently configured package path." | 9 | path_cmd.help_summary = "Return the currently configured package path." |
11 | path_cmd.help_arguments = "" | 10 | path_cmd.help_arguments = "" |