Skip to content

Commit

Permalink
Update packages/cli/src/commands/pg/maintenance/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Santiago Bosio <santiago.bosio@gmail.com>
  • Loading branch information
eablack and sbosio authored Apr 1, 2024
1 parent 2ccf988 commit cec9fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/pg/maintenance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class Index extends Command {

static args = {
database: Args.string(),
};
}

public async run(): Promise<void> {
const {flags, args} = await this.parse(Index)
Expand Down

0 comments on commit cec9fa3

Please sign in to comment.