Skip to content

Commit

Permalink
fix(commands): correct typo in migration:status description
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Jun 15, 2020
1 parent 2d2e7cb commit 3141153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/Migration/Status.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import MigrationsBase from './Base'
@inject([null, null, 'Adonis/Lucid/Database'])
export default class Status extends MigrationsBase {
public static commandName = 'migration:status'
public static description = 'Drop existing tables and re-run migrations from start'
public static description = 'Check migrations current status.'

/**
* Define custom connection
Expand Down

2 comments on commit 3141153

@targos
Copy link
Member

@targos targos commented on 3141153 Jun 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is less scary 😄

@thetutlage
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hahaha

Please sign in to comment.