diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/repos.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/repos.lua b/src/luarocks/repos.lua index af1daf9e..cf2ce14b 100644 --- a/src/luarocks/repos.lua +++ b/src/luarocks/repos.lua | |||
@@ -607,7 +607,7 @@ function repos.delete_version(name, version, deps_mode, quick) | |||
607 | local next_name, next_version = manif.get_next_provider("command", item_name) | 607 | local next_name, next_version = manif.get_next_provider("command", item_name) |
608 | if next_name then | 608 | if next_name then |
609 | add_to_double_checks(double_checks, next_name, next_version) | 609 | add_to_double_checks(double_checks, next_name, next_version) |
610 | local next_paths = get_deploy_paths(next_name, next_version, "lua", file_path, repo) | 610 | local next_paths = get_deploy_paths(next_name, next_version, "bin", file_path, repo) |
611 | table.insert(renames, { src = next_paths.v, dst = next_paths.nv, suffix = cfg.wrapper_suffix }) | 611 | table.insert(renames, { src = next_paths.v, dst = next_paths.nv, suffix = cfg.wrapper_suffix }) |
612 | end | 612 | end |
613 | end | 613 | end |