diff --git a/src/Commands/CreatePendingTenants.php b/src/Commands/CreatePendingTenants.php index 45e15853..a248860e 100644 --- a/src/Commands/CreatePendingTenants.php +++ b/src/Commands/CreatePendingTenants.php @@ -47,7 +47,7 @@ class CreatePendingTenants extends Command $this->info("$deployedCount tenants deployed, $pendingObjectifCount tenant(s) are ready to be used."); - return self::SUCCESS; + return 1; } /**