Skip to content

Commit

Permalink
fix(update): update versions in rocks.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Dec 11, 2023
1 parent d6f8377 commit 675bda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/rocks/operations.lua
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ operations.update = function()
nio.scheduler()
progress_handle:report({ message = "Nothing to update!", percentage = 100 })
end
fs.write_file(config.config_path, "w", tostring(user_rocks))
nio.scheduler()
if not vim.tbl_isempty(error_handles) then
local message = "Update completed with errors!"
Expand Down

0 comments on commit 675bda0

Please sign in to comment.