Skip to content

Commit

Permalink
chore: update default branch references to main
Browse files Browse the repository at this point in the history
Preparing to switch the default branch for artsy/cli from `master` to `main`.
  • Loading branch information
dblandin committed Jun 4, 2021
1 parent 79bb80f commit 6bd7c6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workflows:
context: npm-deploy
filters:
branches:
only: master
only: main
requires:
- yarn/update-cache
- yarn/lint
Expand Down
2 changes: 1 addition & 1 deletion docs/open.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ All aliases and defaults can be found [here](src/lib/open/data/config.json).
The config can be overriden by providing `~/.config/artsy-open.json`. Just copy the config from GitHub and modify it:

```
curl https://raw.githubusercontent.com/artsy/cli/master/src/lib/open/data/config.json > ~/.config/artsy-open.json
curl https://raw.githubusercontent.com/artsy/cli/main/src/lib/open/data/config.json > ~/.config/artsy-open.json
```
2 changes: 1 addition & 1 deletion src/commands/open.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ opens "https://www.artsy.net/" on Android`,
`$ artsy open about -l
opens "localhost/about" on iOS`,
`\nDOCS`,
`https://github.com/artsy/cli/blob/master/docs/open.md`,
`https://github.com/artsy/cli/blob/main/docs/open.md`,
`\nALL PAGES`,
Object.keys(config.pages).join(", "),
]
Expand Down

0 comments on commit 6bd7c6f

Please sign in to comment.