Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Sep 18, 2024
1 parent a08ccec commit 2b3bf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/controllers/UpgradeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ public function _migrateCustomers(): void

// We know we have to make a user for every guest email address
// We don't use Craft::$app->getUsers()->ensureUserByEmail() since we know it doesn’t exist in the users table already
$this->stdout(' Creating a inactive user for each guest email.');
$this->stdout(' Creating an inactive user for each guest email.');
$startTime = microtime(true);
$totalGuestEmails = count($guestEmails);
$doneTotalGuestEmails = 0;
Expand Down

0 comments on commit 2b3bf5c

Please sign in to comment.