diff --git a/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software b/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software index 143ef286..f9c31dde 100644 --- a/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software +++ b/dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software @@ -6,7 +6,7 @@ let response = await fetch('https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw if (response.ok) { const installData = await response.json() } else { - await $`logg 'Error acquiring software installation map` + await $`logg 'Error acquiring software installation map'` } const installOrders = {}