diff options
| author | gerrard <gyc_ssdut@163.com> | 2021-05-10 18:20:55 +0800 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2021-05-10 15:16:31 -0300 |
| commit | 7e6bfb6d8c1d45d62ceb4bbe8e89a184d4c96ffb (patch) | |
| tree | 63f42472dd6749cca8d300519f02ed2effc32056 /src | |
| parent | 7a9a69290610679a7f7fe0bc350250699d9ce9bf (diff) | |
| download | luarocks-7e6bfb6d8c1d45d62ceb4bbe8e89a184d4c96ffb.tar.gz luarocks-7e6bfb6d8c1d45d62ceb4bbe8e89a184d4c96ffb.tar.bz2 luarocks-7e6bfb6d8c1d45d62ceb4bbe8e89a184d4c96ffb.zip | |
deps: remove redundant args
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/deps.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/deps.lua b/src/luarocks/deps.lua index 1457224e..5b02c68b 100644 --- a/src/luarocks/deps.lua +++ b/src/luarocks/deps.lua | |||
| @@ -223,7 +223,7 @@ function deps.fulfill_dependency(dep, deps_mode, rocks_provided, verify, depskey | |||
| 223 | local search = require("luarocks.search") | 223 | local search = require("luarocks.search") |
| 224 | local install = require("luarocks.cmd.install") | 224 | local install = require("luarocks.cmd.install") |
| 225 | 225 | ||
| 226 | local url, search_err = search.find_suitable_rock(dep, true) | 226 | local url, search_err = search.find_suitable_rock(dep) |
| 227 | if not url then | 227 | if not url then |
| 228 | return nil, "Could not satisfy dependency "..tostring(dep)..": "..search_err | 228 | return nil, "Could not satisfy dependency "..tostring(dep)..": "..search_err |
| 229 | end | 229 | end |
