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 authored Mar 3, 2021
1 parent 971ef5a commit 36ecc64
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 @@ -10,7 +10,7 @@ This script is specific to the needs of a one-time migration for [@octoherd](htt
git clone https://github.com/octoherd/script-create-repositories-from-script-folders.git
$ npx @octoherd/cli \
--octoherd-token 0123456789012345678901234567890123456789 \
scripts/sync-branch-protections/script.js \
script-sync-branch-protections/script.js \
"octoherd/scripts" \
--path-to-folders "scripts/**"
```
Expand Down

0 comments on commit 36ecc64

Please sign in to comment.