diff --git a/src/Robo/Commands/Drupal/ConfigCommand.php b/src/Robo/Commands/Drupal/ConfigCommand.php index 10650bd95..28b5c83e9 100644 --- a/src/Robo/Commands/Drupal/ConfigCommand.php +++ b/src/Robo/Commands/Drupal/ConfigCommand.php @@ -56,6 +56,7 @@ public function import() { $strategy = $this->getConfigValue('cm.strategy'); if ($strategy === 'none') { + $this->logger->warning("CM strategy set to none in blt.yml. BLT will NOT import configuration."); // Still clear caches to regenerate frontend assets and such. return $this->taskDrush()->drush("cache-rebuild")->run(); }