aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/path_cmd.lua1
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
6local util = require("luarocks.util") 6local util = require("luarocks.util")
7local cfg = require("luarocks.core.cfg") 7local cfg = require("luarocks.core.cfg")
8local cfg = require("luarocks.cfg")
9 8
10path_cmd.help_summary = "Return the currently configured package path." 9path_cmd.help_summary = "Return the currently configured package path."
11path_cmd.help_arguments = "" 10path_cmd.help_arguments = ""