Skip to content

Commit

Permalink
fix(fetch): always fetch latest origin tags. Fixes #264
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Dec 31, 2022
1 parent 3711176 commit a9de591
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/lazy/manage/task/git.lua
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ M.fetch = {
local args = {
"fetch",
"--recurse-submodules",
"--tags", -- also fetch remote tags
"--force", -- overwrite existing tags if needed
"--progress",
}

Expand Down

0 comments on commit a9de591

Please sign in to comment.