Update .local/share/chezmoi/home/dot_local/bin/executable_install-program
This commit is contained in:
parent
e7a3eac240
commit
196a0e1abe
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ async function ensurePackageManager(packageManager) {
|
|||
if (packageManager === 'appimage') {
|
||||
} else if (packageManager === 'ansible') {
|
||||
try {
|
||||
await $`test -f "$HOME/.cache/megabytelabs/ansible-installed"`
|
||||
await $`test -f "$HOME/.cache/megabyte-labs/ansible-installed"`
|
||||
const ansible = which.sync('ansible', { nothrow: true })
|
||||
if (ansible) {
|
||||
await $`logg info '\`ansible\` and its supporting packages appear to be installed'`
|
||||
|
|
Loading…
Reference in a new issue