tldr: Use `main` branch instead of `master`

[About 1.5 years ago](https://github.com/tldr-pages/tldr/discussions/5868), we deprecated the master branch in favour of the main branch. We intend to remove it [soon, likely by May 1st 2023](https://github.com/tldr-pages/tldr/issues/9628).
This commit is contained in:
K.B.Dharun Krishna 2022-12-27 21:52:41 +05:30 committed by GitHub
parent 77219cda47
commit eb6235f79a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
tldr
View File

@ -215,7 +215,7 @@ Config(){
Err "tldr requires ${I}curl$XI or ${I}wget$XI installed in your path" &&
exit 3
repo_url='https://raw.githubusercontent.com/tldr-pages/tldr/master'
repo_url='https://raw.githubusercontent.com/tldr-pages/tldr/main'
zip_url='https://tldr.sh/assets/tldr.zip'
cachedir=$TLDR_CACHE_LOCATION