Skip to content

Commit 7e6bfb6

Browse files
Gerrard-YNWAhishamhm
authored andcommitted
deps: remove redundant args
1 parent 7a9a692 commit 7e6bfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/luarocks/deps.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ function deps.fulfill_dependency(dep, deps_mode, rocks_provided, verify, depskey
223223
local search = require("luarocks.search")
224224
local install = require("luarocks.cmd.install")
225225

226-
local url, search_err = search.find_suitable_rock(dep, true)
226+
local url, search_err = search.find_suitable_rock(dep)
227227
if not url then
228228
return nil, "Could not satisfy dependency "..tostring(dep)..": "..search_err
229229
end

0 commit comments

Comments
 (0)