Skip to content

Commit

Permalink
Update lb_delay step message
Browse files Browse the repository at this point in the history
  • Loading branch information
aswasif007 authored May 2, 2024
1 parent 539a86f commit 430ebe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/phpmyadmin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class PhpMyAdminCommand {
this.track = trackerFn;
this.progressTracker = new ProgressTracker( [
{ id: this.steps.ENABLE, name: 'Enabling PHPMyAdmin for this environment' },
{ id: this.steps.LB_DELAY, name: 'Waiting for PHPMyAdmin to be ready' },
{ id: this.steps.LB_DELAY, name: 'Processing' },
{ id: this.steps.GENERATE, name: 'Generating access link' },
] );
}
Expand Down

0 comments on commit 430ebe5

Please sign in to comment.