diff --git a/.local/bin/install-program b/.local/bin/install-program index c108cc56..d0fa657e 100644 --- a/.local/bin/install-program +++ b/.local/bin/install-program @@ -23,7 +23,7 @@ if(osType === 'linux') { // Download the installation map async function downloadInstallData() { const response = await fetch( - "https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/dotfiles/.local/share/chezmoi/software.yml" + "https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/.local/share/chezmoi/software.yml" ); if (response.ok) { const text = await response.text() 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 c108cc56..d0fa657e 100644 --- a/.local/share/chezmoi/home/dot_local/bin/executable_install-program +++ b/.local/share/chezmoi/home/dot_local/bin/executable_install-program @@ -23,7 +23,7 @@ if(osType === 'linux') { // Download the installation map async function downloadInstallData() { const response = await fetch( - "https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/dotfiles/.local/share/chezmoi/software.yml" + "https://gitlab.com/megabyte-labs/misc/dotfiles/-/raw/master/.local/share/chezmoi/software.yml" ); if (response.ok) { const text = await response.text()