From 897041e7a850b7e757f8e31d775de8adb3111ba0 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 30 Nov 2022 09:43:30 +0000 Subject: [PATCH] Update .local/share/chezmoi/home/dot_local/bin/executable_install-program, .local/bin/install-program --- .local/bin/install-program | 2 +- .../share/chezmoi/home/dot_local/bin/executable_install-program | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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()