Update .local/share/chezmoi/home/dot_local/bin/executable_install-program
This commit is contained in:
parent
689cc4ee0e
commit
b1ef5fd06b
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ async function ensureInstalled(bin, callback) {
|
|||
} else {
|
||||
await $`logg warn '\`${bin}\` is not installed!'`
|
||||
if (callback) {
|
||||
await $`eval ${callback}`
|
||||
await $callback
|
||||
} else {
|
||||
await $`logg error 'There does not appear to be an installation method available for \`${bin}\`'`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue