Skip to content

Commit

Permalink
Merge pull request #12 from jaonoctus/fix/shebang
Browse files Browse the repository at this point in the history
fix: shebang
  • Loading branch information
jaonoctus authored Feb 1, 2023
2 parents 3f69b5c + 45a60d2 commit e1b6864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env node
#!/usr/bin/env node
import { Command } from 'commander'
import inquirer from 'inquirer'
import chalk from 'chalk'
Expand Down

0 comments on commit e1b6864

Please sign in to comment.