Skip to content

Commit

Permalink
fix(types): fixed type for version. Fixes #1381
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Mar 24, 2024
1 parent af6afef commit eade87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
---@field branch? string
---@field tag? string
---@field commit? string
---@field version? string
---@field version? string|boolean
---@field pin? boolean
---@field submodules? boolean Defaults to true

Expand Down

0 comments on commit eade87f

Please sign in to comment.