Skip to content

Commit

Permalink
fix(README): correct path to script.js in usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Mar 3, 2021
1 parent 2587700 commit 447947a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
git clone https://github.com/octoherd/script-remove-required-ci-check.git
$ npx @octoherd/cli \
--octoherd-token 0123456789012345678901234567890123456789 \
scripts/remove-required-ci-check/script.js \
script-remove-required-ci-check/script.js \
"octokit/*" \
--check "Pika CI"
```
Expand Down

0 comments on commit 447947a

Please sign in to comment.