dotfiles: fix copy-paste
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
69ba98a9d5
commit
d9ef22abc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user