Skip to content

Commit f92811f

Browse files
authored
REPL: fix shebang (#1808)
1 parent c37d981 commit f92811f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repl/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env/node
1+
#!/usr/bin/env node
22
import { getMainCommand } from './main'
33

44
getMainCommand().parseAsync()

0 commit comments

Comments
 (0)