From b15242f7a19c4ca0ff1248bcd1a31e5f1b5ded48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Thu, 25 Jul 2024 15:27:58 +0200 Subject: [PATCH] Update inc/cli/class-migrate-command.php Co-authored-by: Robert O'Rourke <23417+roborourke@users.noreply.github.com> --- inc/cli/class-migrate-command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/cli/class-migrate-command.php b/inc/cli/class-migrate-command.php index 47f4ab4..594cca9 100644 --- a/inc/cli/class-migrate-command.php +++ b/inc/cli/class-migrate-command.php @@ -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 ); } /**