diff options
-rw-r--r-- | src/luarocks/search.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/search.lua b/src/luarocks/search.lua index 46c47309..9b13b7cc 100644 --- a/src/luarocks/search.lua +++ b/src/luarocks/search.lua | |||
@@ -108,7 +108,7 @@ local function manifest_search(result_tree, repo, query, lua_version, is_local) | |||
108 | repo = repo .. "/manifests/" .. query.namespace | 108 | repo = repo .. "/manifests/" .. query.namespace |
109 | end | 109 | end |
110 | 110 | ||
111 | local manifest, err, errcode = manif.load_manifest(repo, lua_version, true) | 111 | local manifest, err, errcode = manif.load_manifest(repo, lua_version, not is_local) |
112 | if not manifest then | 112 | if not manifest then |
113 | return nil, err, errcode | 113 | return nil, err, errcode |
114 | end | 114 | end |