Skip to content

Commit ab93774

Browse files
committed
REPL: fix shebang
1 parent c37d981 commit ab93774

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)