From 196a0e1abe405301fc92540d5a13e1fc22efdba2 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Fri, 2 Dec 2022 18:39:43 +0000 Subject: [PATCH] Update .local/share/chezmoi/home/dot_local/bin/executable_install-program --- .../share/chezmoi/home/dot_local/bin/executable_install-program | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'`