diff --git a/.local/share/chezmoi/home/dot_local/bin/executable_install-program b/.local/share/chezmoi/home/dot_local/bin/executable_install-program index bad92b8c..768585da 100644 --- a/.local/share/chezmoi/home/dot_local/bin/executable_install-program +++ b/.local/share/chezmoi/home/dot_local/bin/executable_install-program @@ -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'`