From d9ef22abc51bb1c99f933be660a7e50400f08bce Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Wed, 20 Mar 2024 12:16:19 +0300 Subject: [PATCH] dotfiles: fix copy-paste --- .config/dotfiles/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotfiles/install.sh b/.config/dotfiles/install.sh index 80139c6..6841256 100755 --- a/.config/dotfiles/install.sh +++ b/.config/dotfiles/install.sh @@ -61,7 +61,7 @@ select_forge() { ## try with github.com t_gitignore="${uri_github}/raw/${git_branch}/${f_gitignore}" if fetch "${t_gitignore}" >/dev/null ; then - uri_repo="${uri_krdsh}.git" + uri_repo="${uri_github}.git" uri_gitignore="${t_gitignore}" uri_tarball="${uri_github}/archive/refs/heads/${git_branch}.tar.gz" unset t_gitignore