Skip to content

Commit

Permalink
refactor: renamed reset -> restore: update to state of lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 29, 2022
1 parent 782d287 commit 88a1202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/view/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ M.commands = {
update = function()
Manage.update({ clear = true, interactive = true })
end,
reset = function()
restore = function()
Manage.update({ clear = true, interactive = true, lockfile = true })
end,
}
Expand Down

0 comments on commit 88a1202

Please sign in to comment.