Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenlu committed Oct 4, 2023
1 parent 18898e1 commit 339e6dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env ts-node-script
#!/usr/bin/env ts-node-script

import yargs from "yargs";
import { hideBin } from "yargs/helpers";
Expand Down
2 changes: 1 addition & 1 deletion testdata/ts/load-entities.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /usr/bin/env ts-node-script
#!/usr/bin/env ts-node-script

import { Dialect, loadEntities } from "../../src/load";
import { User } from "./entities/User";
Expand Down

0 comments on commit 339e6dd

Please sign in to comment.