Skip to content

Commit

Permalink
fix(install): update lockfile also on install
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 21, 2022
1 parent 7f6f31d commit 4cf176b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazy/manage/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function M.install(opts)
return plugin.url and not plugin._.installed
end,
}, opts):wait(function()
require("lazy.manage.lock").update()
require("lazy.help").update()
end)
end
Expand Down

0 comments on commit 4cf176b

Please sign in to comment.