Typo fix
This commit is contained in:
parent
318984d4ad
commit
1f156547cf
1 changed files with 1 additions and 1 deletions
|
@ -1130,7 +1130,7 @@ const Release = task(`release`, async target => {
|
||||||
});
|
});
|
||||||
|
|
||||||
const ReleaseArchives = task(`release:archives`, async target => {
|
const ReleaseArchives = task(`release:archives`, async target => {
|
||||||
const [collectPlans] = await target.need(Version, CollectPlans, UtilScriptFiles);
|
const [collectPlans] = await target.need(CollectPlans, UtilScriptFiles);
|
||||||
|
|
||||||
let goals = [];
|
let goals = [];
|
||||||
for (const [cgr, plan] of Object.entries(collectPlans)) {
|
for (const [cgr, plan] of Object.entries(collectPlans)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue