From d00103f42954ff60c406c33626260969fb377f8d Mon Sep 17 00:00:00 2001 From: pixel Date: Thu, 29 Dec 2022 11:00:24 +0100 Subject: [PATCH] Use `main` branch instead of `master` --- TLDR/Constant.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TLDR/Constant.swift b/TLDR/Constant.swift index 262511a..a9ee45b 100644 --- a/TLDR/Constant.swift +++ b/TLDR/Constant.swift @@ -14,7 +14,7 @@ struct Repository { let name: String let branch: String - static let master = Repository(gitUrl: "https://github.com/", user: "tldr-pages", name: "tldr", branch: "master") + static let master = Repository(gitUrl: "https://github.com/", user: "tldr-pages", name: "tldr", branch: "main") } struct Constant {