diff --git a/.local/share/chezmoi/home/dot_local/bin/executable_install-program b/.local/share/chezmoi/home/dot_local/bin/executable_install-program index 228fdce9..88c12e34 100644 --- a/.local/share/chezmoi/home/dot_local/bin/executable_install-program +++ b/.local/share/chezmoi/home/dot_local/bin/executable_install-program @@ -155,10 +155,7 @@ async function generateInstallOrders() { scopedSystem = softwarePackages[packageKey]["_" + currentSelector + ":" + osID] || softwarePackages[packageKey]["_" + currentSelector + ":" + osType]; - normalCheck = softwarePackages[currentPkgRef]["_" + currentSelector]; - console.log("NorMIE"); - console.log(currentPkgRef); - console.log(normalCheck); + normalCheck = softwarePackages[packageKey]["_" + currentSelector]; if (doubleScoped) { try { await $doubleScoped;