Update .local/share/chezmoi/home/dot_local/bin/executable_install-program
This commit is contained in:
parent
0338e054f1
commit
7a53f80344
1 changed files with 1 additions and 1 deletions
|
@ -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`)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue