diff options
-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 |