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 35a338eb..272bb721 100644 --- a/.local/share/chezmoi/home/dot_local/bin/executable_install-program +++ b/.local/share/chezmoi/home/dot_local/bin/executable_install-program @@ -887,7 +887,6 @@ async function installPackageList(packageManager, packages) { } } catch (e) { log('error', logStage, `Possibly encountered an error while installing via \`${packageManager}\``) - log('info', logStage, `Error was encountered while installing: ${pkg}`) log('info', logStage, `Proceeding with the installation..`) } }