Skip to content

Commit

Permalink
Update inc/cli/class-migrate-command.php
Browse files Browse the repository at this point in the history
Co-authored-by: Robert O'Rourke <[email protected]>
  • Loading branch information
szepeviktor and roborourke authored Jul 25, 2024
1 parent 115f141 commit b15242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/cli/class-migrate-command.php
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function ppa( $args, $assoc_args ) : void {
if ( is_wp_error( $ppa_terms ) ) {
WP_CLI::error( 'There was an error fetching the PublishPress Author data, is the plugin activated?', false );
WP_CLI::error( $ppa_terms, false );
exit;
exit( 1 );
}

/**
Expand Down

0 comments on commit b15242f

Please sign in to comment.