We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a0a50d commit 4837a77Copy full SHA for 4837a77
1 file changed
lib/util.lua
@@ -62,7 +62,7 @@ end
62
63
function UTIL.calculate_shorthand(list)
64
local versions_shorthand = {}
65
- for _, v in ipairs(list) do
+ for _, v in pairs(list) do
66
local version = v.version
67
local major, minor = UTIL.extract_semver(version)
68
0 commit comments