aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/luarocks/manif.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/manif.lua b/src/luarocks/manif.lua
index d697a93c..6b42912d 100644
--- a/src/luarocks/manif.lua
+++ b/src/luarocks/manif.lua
@@ -419,7 +419,7 @@ function manif.update_manifest(name, version, repo, deps_mode)
419 419
420 if deps_mode == "none" then deps_mode = cfg.deps_mode end 420 if deps_mode == "none" then deps_mode = cfg.deps_mode end
421 421
422 local manifest, err = manif.load_manifest(rocks_dir) 422 local manifest, err = manif_core.load_local_manifest(rocks_dir)
423 if not manifest then 423 if not manifest then
424 util.printerr("No existing manifest. Attempting to rebuild...") 424 util.printerr("No existing manifest. Attempting to rebuild...")
425 local ok, err = manif.make_manifest(rocks_dir, deps_mode) 425 local ok, err = manif.make_manifest(rocks_dir, deps_mode)