aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/dir.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/dir.lua b/src/luarocks/dir.lua
index 38bb49d2..b8f6bbd3 100644
--- a/src/luarocks/dir.lua
+++ b/src/luarocks/dir.lua
@@ -50,7 +50,7 @@ end
50-- URLs should be in the "protocol://path" format. 50-- URLs should be in the "protocol://path" format.
51-- For local pathnames, "file" is returned as the protocol. 51-- For local pathnames, "file" is returned as the protocol.
52-- @param url string: an URL or a local pathname. 52-- @param url string: an URL or a local pathname.
53-- @return string, string: the protocol, and the absolute pathname without the protocol. 53-- @return string, string: the protocol, and the pathname without the protocol.
54function split_url(url) 54function split_url(url)
55 assert(type(url) == "string") 55 assert(type(url) == "string")
56 56