From eb6235f79aaf0448e97181c98e2a24ef848958c0 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Tue, 27 Dec 2022 21:52:41 +0530 Subject: [PATCH] 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). --- tldr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldr b/tldr index b0fb40c..69c4329 100755 --- a/tldr +++ b/tldr @@ -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