diff options
author | garret <garret@airmail.cc> | 2022-12-01 00:50:07 +0000 |
---|---|---|
committer | garret <garret@airmail.cc> | 2023-02-16 05:34:26 +0000 |
commit | 527484dd7018a8f2a3e31878fd8ca28b810e5d8a (patch) | |
tree | e4a8e3ce8924239d11f1de482b76d6e95445c3e1 /conf.lua | |
parent | 94924c21511407ecfb99603b31c85b1a0a6be31f (diff) | |
download | depctrl-feedmaker-527484dd7018a8f2a3e31878fd8ca28b810e5d8a.tar.gz depctrl-feedmaker-527484dd7018a8f2a3e31878fd8ca28b810e5d8a.tar.bz2 depctrl-feedmaker-527484dd7018a8f2a3e31878fd8ca28b810e5d8a.zip |
very fucked
Diffstat (limited to 'conf.lua')
-rwxr-xr-x | conf.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ local conf = { -- the same as the macros table, but for modules. fileBaseUrl = "@{fileBaseUrl}/modules/@{namespacePath}", ignoreCondition = module_ignore, - -- module ignoreConditions are passed the DependencyControl version record the module defines. + -- module ignoreConditions are passed a similar table of details. }, fileUrl = "@{fileBaseUrl}@{fileName}", -- used as the `url` value in the files section of a macro/module. Where the actual file is. channel = "master" -- the default (and only) channel defined in the files section. It doesn't really matter what you put here. |