Skip to content

Commit 4eab9b3

Browse files
authored
Merge pull request #14 from vsamoletov/hotfix/wp-cli-bootstrap
Typo fix
2 parents b883165 + dcc2430 commit 4eab9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.maintenance/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
WP_CLI::add_command( 'maintenance', 'WP_CLI\Maintenance\Maintenance_Namespace' );
88

9-
WP_CLI::add_command( 'maintenance contrib-list', 'WP_CLI\Maintenance\Contrib_list_Command' );
9+
WP_CLI::add_command( 'maintenance contrib-list', 'WP_CLI\Maintenance\Contrib_List_Command' );
1010
WP_CLI::add_command( 'maintenance milestones-after', 'WP_CLI\Maintenance\Milestones_After_Command' );
1111
WP_CLI::add_command( 'maintenance milestones-since', 'WP_CLI\Maintenance\Milestones_Since_Command' );
1212
WP_CLI::add_command( 'maintenance release', 'WP_CLI\Maintenance\Release_Command' );

0 commit comments

Comments
 (0)