We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a49a00 commit 4b55c33Copy full SHA for 4b55c33
1 file changed
macros/l0.DependencyControl.Toolbox.moon
@@ -88,8 +88,8 @@ install = ->
88
for channel in *channels
89
record = scriptData.data.channels[channel]
90
verNum = depRec\getVersionNumber record.version
91
- unless config.c[scriptType][namespace] or (tbl[namespace][channel] and verNum < tbl[namespace][channel].version)
92
- tbl[namespace][channel] = { name: scriptData.name, version: record.version, feed: feed.url,
+ unless config.c[scriptType][namespace] or (tbl[namespace][channel] and verNum < tbl[namespace][channel].verNum)
+ tbl[namespace][channel] = { name: scriptData.name, version: record.version, verNum: verNum, feed: feed.url,
93
default: defaultChannel == channel, moduleName: scriptType == "modules" and namespace }
94
return tbl
95
0 commit comments