From 992850f584f7b3b1a8b661d25dd87cba55f701ed Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Mon, 9 Jan 2023 12:37:57 +0000 Subject: [PATCH] Update file executable_install-program --- home/dot_local/bin/executable_install-program | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index 4126e766..6fb988a1 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -406,7 +406,7 @@ async function updateInstallMaps(preference, packages, scopedPreference, pkg, pa } log('info', 'Match', `Found a match for the package \`${pkg}\` (${packageKey} via ${scopedPreference})`) const newPackages = packages[scopedPreference] - const newPkgs = typeof newPackages === 'string' ? [{ newPackages }] : newPackages + const newPkgs = typeof newPackages === 'string' ? [ newPackages ] : newPackages if (typeof newPackages === 'string') { installMeta[newPackages] = { preference,