Skip to content

Commit

Permalink
Merge pull request #132 from Financial-Times/use-main-branch
Browse files Browse the repository at this point in the history
CPP-442 Upgrade GitHub repos from `master` to `main`
  • Loading branch information
emortong committed Feb 1, 2021
2 parents b945338 + a9cd126 commit b62e195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# 🦐 Ebi: GitHub repositories contents search

<a href="https://circleci.com/gh/Financial-Times/ebi/tree/master">
<img alt="Build Status" src="https://circleci.com/gh/Financial-Times/ebi/tree/master.svg?style=svg">
<a href="https://circleci.com/gh/Financial-Times/ebi/tree/main">
<img alt="Build Status" src="https://circleci.com/gh/Financial-Times/ebi/tree/main.svg?style=svg">
</a>

Searches files within GitHub repositories. It can be used as a command line tool or a library.
Expand Down
2 changes: 1 addition & 1 deletion lib/github-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b62e195

Please sign in to comment.