Skip to content

Commit 11a64b4

Browse files
pfrenssenjoachim-n
authored andcommitted
Update error message to hint on correct command name.
1 parent 7478922 commit 11a64b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/CodeBuilderCommands.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ protected function handleSanityException(\DrupalCodeBuilder\Exception\SanityExce
11321132
$message = "The component data directory could not be created or is not writable.";
11331133
break;
11341134
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.";
1135+
$message = "No component data was found. Run 'drush cb:update' to process component data from your site's code files.";
11361136
break;
11371137
}
11381138
throw new \Exception($message);

0 commit comments

Comments
 (0)