Skip to content

Commit

Permalink
chore: rename master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 31, 2025
1 parent 8097bcd commit 4f8f22f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![CI](https://github.com/fastify/fastify-citgm/workflows/CI/badge.svg)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)

Command line tool to run the test of every Fastify plugin with a specified version of Fastify (default master branch).
Command line tool to run the test of every Fastify plugin with a specified version of Fastify (default main branch).

## Usage
```
Expand All @@ -14,7 +14,7 @@ npm i

### Arguments
```
--fastify -F Pass a custom fastify version, default to master branch
--fastify -F Pass a custom fastify version, default to main branch
--verbose, -V Enable verbose logs
Expand All @@ -34,4 +34,4 @@ This project is kindly sponsored by:
- [LetzDoIt](https://www.letzdoitapp.com/)

## License
**[MIT](https://github.com/fastify/fastify-citgm/blob/master/LICENSE)**
**[MIT](https://github.com/fastify/fastify-citgm/blob/main/LICENSE)**
2 changes: 1 addition & 1 deletion bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function worker (q, plugin, done) {
log.text(`Testing plugin ${plugin}`)
// get the plugin path
const pluginPath = path.join(__dirname, 'node_modules', plugin)
// use master branch of fastify
// use main branch of fastify
const success = updatePluginFastify.call(this, pluginPath)
if (!success) {
log.warn(`Cannot update plugin ${plugin}`)
Expand Down
2 changes: 1 addition & 1 deletion help.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fastify-citgm

--fastify -F Pass a custom fastify version, default to master branch
--fastify -F Pass a custom fastify version, default to main branch

--verbose, -V Enable verbose logs

Expand Down

0 comments on commit 4f8f22f

Please sign in to comment.