diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/manif.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/manif.lua b/src/luarocks/manif.lua index f09abf45..60b0c1df 100644 --- a/src/luarocks/manif.lua +++ b/src/luarocks/manif.lua | |||
| @@ -98,7 +98,7 @@ function load_manifest(repo_url) | |||
| 98 | local name = repo_url:gsub("[/:]","_") | 98 | local name = repo_url:gsub("[/:]","_") |
| 99 | local file, err, errcode = fetch.fetch_url_at_temp_dir(url, "luarocks-manifest-"..name) | 99 | local file, err, errcode = fetch.fetch_url_at_temp_dir(url, "luarocks-manifest-"..name) |
| 100 | if not file then | 100 | if not file then |
| 101 | return nil, "Failed fetching manifest for "..repo_url, errcode | 101 | return nil, "Failed fetching manifest for "..repo_url..(err and " - "..err or ""), errcode |
| 102 | end | 102 | end |
| 103 | pathname = file | 103 | pathname = file |
| 104 | end | 104 | end |
