Fix bug in plan-publish.js

This commit is contained in:
Radon Rosborough 2021-01-17 21:39:18 -08:00
parent 36a0a86bd3
commit 4b726443ec
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ async function planDebianPackages(opts) {
await runCommand(`make upload L=${lang} T=${type}`);
},
type,
lang,
};
})
);