Skip to content

Commit 73c1230

Browse files
author
Gery Hirschfeld
authored
Merge pull request #62 from jleck/patch-1
Fix CLI when running directly
2 parents b8c396a + 4dd1bc2 commit 73c1230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env nod
1+
#!/usr/bin/env node
22
import 'reflect-metadata'
33
import * as yargs from 'yargs'
44
import { SeedCommand } from './commands/seed.command'

0 commit comments

Comments
 (0)