diff -u b/core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php b/core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php --- b/core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php +++ b/core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php @@ -145,7 +145,7 @@ } // Don't allow profiles to be uninstalled. It's possible for no profile to - // be set yet if the config is being imported during initial site install. + // be set yet if the config is being imported during initial site install. if (isset($main_profile)) { if (in_array($main_profile->getName(), $uninstalls, TRUE)) { // Ensure that the active profile is not being uninstalled.