Skip to content

Commit e1b6864

Browse files
authored
Merge pull request #12 from jaonoctus/fix/shebang
fix: shebang
2 parents 3f69b5c + 45a60d2 commit e1b6864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/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 { Command } from 'commander'
33
import inquirer from 'inquirer'
44
import chalk from 'chalk'

0 commit comments

Comments
 (0)