Skip to content

Commit 57914b4

Browse files
spc-28asyncapi-botShurtu-gal
authored
chore: correct shebang command in bin/dev (#1870)
* fix: correct shebang command in bin/dev * chore: add changeset for PR #1870 * chore: remove changeset --------- Co-authored-by: asyncapi-bot <info@asyncapi.io> Co-authored-by: Ashish Padhy <ashishpadhy1729@gmail.com>
1 parent 9992b65 commit 57914b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env nod
1+
#!/usr/bin/env node
22

33
const oclif = require('@oclif/core')
44

0 commit comments

Comments
 (0)