From a9cd126ee49efd35517efab2dc261cd3bc6c9126 Mon Sep 17 00:00:00 2001 From: circle-auto-deploy Date: Mon, 1 Feb 2021 16:11:24 +0000 Subject: [PATCH] remove master references --- README.md | 4 ++-- lib/github-helpers.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca1b863..28089e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 🦐 Ebi: GitHub repositories contents search - - Build Status + + Build Status Searches files within GitHub repositories. It can be used as a command line tool or a library. diff --git a/lib/github-helpers.js b/lib/github-helpers.js index cd9f244..d203470 100644 --- a/lib/github-helpers.js +++ b/lib/github-helpers.js @@ -10,7 +10,7 @@ const SUPPORTED_REPO_STRING_PATTERNS = [ 'github.com/github-organization/github-repo.name', 'subdomain.github.com/github-organization/github-repo.name', 'https://github.com/github-organization/github-repo.name', - 'https://github.com/github-organization/github-repo.name/blob/master', + 'https://github.com/github-organization/github-repo.name/blob/main', 'https://github.com/github-organization/github-repo.name.git', 'git+https://github.com/github-organization/github-repo.name.git', 'git@github.com:github-organization/github-repo.name.git'