Skip to content

Commit

Permalink
Fix code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Jun 27, 2023
1 parent c64eece commit fc35978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/sql/SqlCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public function query($query = '', $options = ['result-file' => null, 'file' =>
/**
* Exports the Drupal DB as SQL using mysqldump or equivalent.
*
* --createdb is used by sql-sync, since including the DROP TABLE statements interferes with the import when the database is created.
* --create-db is used by sql-sync, since including the DROP TABLE statements interferes with the import when the database is created.
*/
#[CLI\Command(name: self::DUMP, aliases: ['sql-dump'])]
#[CLI\Bootstrap(level: DrupalBootLevels::MAX, max_level: DrupalBootLevels::CONFIGURATION)]
Expand Down

0 comments on commit fc35978

Please sign in to comment.