From 7e6bfb6d8c1d45d62ceb4bbe8e89a184d4c96ffb Mon Sep 17 00:00:00 2001 From: gerrard Date: Mon, 10 May 2021 18:20:55 +0800 Subject: deps: remove redundant args --- src/luarocks/deps.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 local search = require("luarocks.search") local install = require("luarocks.cmd.install") - local url, search_err = search.find_suitable_rock(dep, true) + local url, search_err = search.find_suitable_rock(dep) if not url then return nil, "Could not satisfy dependency "..tostring(dep)..": "..search_err end -- cgit v1.2.3-55-g6feb