We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7478922 commit 11a64b4Copy full SHA for 11a64b4
src/Commands/CodeBuilderCommands.php
@@ -1132,7 +1132,7 @@ protected function handleSanityException(\DrupalCodeBuilder\Exception\SanityExce
1132
$message = "The component data directory could not be created or is not writable.";
1133
break;
1134
case 'component_data_processed':
1135
- $message = "No component data was found. Run 'drush cb-download' to process component data from your site's code files.";
+ $message = "No component data was found. Run 'drush cb:update' to process component data from your site's code files.";
1136
1137
}
1138
throw new \Exception($message);
0 commit comments