Skip to content

Commit

Permalink
Fix CLI when running directly
Browse files Browse the repository at this point in the history
CLI did not run when calling directly, e.g.:

```bash
typeorm-seeding seed
```
  • Loading branch information
jleck authored May 3, 2020
1 parent b8c396a commit 4dd1bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env nod
#!/usr/bin/env node
import 'reflect-metadata'
import * as yargs from 'yargs'
import { SeedCommand } from './commands/seed.command'
Expand Down

0 comments on commit 4dd1bc2

Please sign in to comment.