Update .local/share/chezmoi/home/dot_local/bin/executable_install-program

This commit is contained in:
Brian Zalewski 2022-12-05 04:04:19 +00:00
parent 7a53f80344
commit c5deda54f4

View file

@ -127,7 +127,7 @@ async function generateInstallOrders() {
for (const when of whens) { for (const when of whens) {
if (when) { if (when) {
try { try {
await ${when} await $`${when}`
} catch (e) { } catch (e) {
log('info', 'Skipping Package', `${pkg} is being skipped because of the _when condition`) log('info', 'Skipping Package', `${pkg} is being skipped because of the _when condition`)
} }