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 {
|
} 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}\`'`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue