Skip to content

Commit 36ecc64

Browse files
authored
fix(README): correct path to script.js in usage example
1 parent 971ef5a commit 36ecc64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This script is specific to the needs of a one-time migration for [@octoherd](htt
1010
git clone https://github.com/octoherd/script-create-repositories-from-script-folders.git
1111
$ npx @octoherd/cli \
1212
--octoherd-token 0123456789012345678901234567890123456789 \
13-
scripts/sync-branch-protections/script.js \
13+
script-sync-branch-protections/script.js \
1414
"octoherd/scripts" \
1515
--path-to-folders "scripts/**"
1616
```

0 commit comments

Comments
 (0)