Skip to content

Commit 50168e2

Browse files
committed
Fix broken script path
1 parent d70de09 commit 50168e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"create-pull-request.js"
3030
],
3131
"bin": {
32-
"create-pull-request": "./script.js"
32+
"create-pull-request": "./create-pull-request.js"
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)