Fix typo in getPackages()

This commit is contained in:
Radon Rosborough 2021-01-13 21:17:32 -08:00
parent eba085a10a
commit 1e44d57254
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export async function getSharedDeps() {
// the function implementation for the full list of keys.
export async function getPackages() {
const packages = [];
for (const dep of await getSharedDeps()) {
for (const lang of await getSharedDeps()) {
const type = "shared";
const name = `riju-${type}-${lang}`;
packages.push({