diff options
| -rw-r--r-- | src/luarocks/dir.lua | 2 |
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. |
| 54 | function split_url(url) | 54 | function split_url(url) |
| 55 | assert(type(url) == "string") | 55 | assert(type(url) == "string") |
| 56 | 56 | ||
