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

This commit is contained in:
Brian Zalewski 2022-12-02 14:13:03 +00:00
parent 689cc4ee0e
commit b1ef5fd06b

View file

@ -255,7 +255,7 @@ async function ensureInstalled(bin, callback) {
} else { } else {
await $`logg warn '\`${bin}\` is not installed!'` await $`logg warn '\`${bin}\` is not installed!'`
if (callback) { if (callback) {
await $`eval ${callback}` await $callback
} else { } else {
await $`logg error 'There does not appear to be an installation method available for \`${bin}\`'` await $`logg error 'There does not appear to be an installation method available for \`${bin}\`'`
} }