Skip to content

Commit

Permalink
fix: concurrent run
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinebigard committed May 4, 2023
1 parent c58e99b commit 56d8882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/modules/data/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ program

program
.command("seed")
.description("Seed env")
.description("Seed env data")
.action(async () =>
runScript(async () => {
try {
Expand Down

0 comments on commit 56d8882

Please sign in to comment.