Skip to content

Commit

Permalink
fix(seeds): correct log for ignored seed
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Jan 22, 2024
1 parent 7d2d99a commit 71708b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/db_seed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default class DbSeed extends BaseCommand {
break
case 'ignored':
message = 'ignored '
prefix = 'Enabled only in development environment'
prefix = `Disabled in "${this.app.getEnvironment()}" environment`
color = 'dim'
break
case 'completed':
Expand Down

0 comments on commit 71708b8

Please sign in to comment.