Update dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_install-software
This commit is contained in:
parent
82a2a76e75
commit
be0abe2f5e
1 changed files with 1 additions and 1 deletions
|
@ -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 'Error acquiring software installation map'`
|
||||
}
|
||||
|
||||
const installOrders = {}
|
||||
|
|
Loading…
Reference in a new issue