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

This commit is contained in:
Brian Zalewski 2022-12-05 04:03:09 +00:00
parent 0338e054f1
commit 7a53f80344

View file

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