1
0

dotfiles: fix copy-paste
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Konstantin Demin 2024-03-20 12:16:19 +03:00
parent 69ba98a9d5
commit d9ef22abc5
Signed by: krd
GPG Key ID: 1F33CB0BA4731BC6

View File

@ -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