Skip to content

Commit

Permalink
Merge pull request #21 from axelerant/skippednote-patch-1
Browse files Browse the repository at this point in the history
List ddev as a db-source
  • Loading branch information
hussainweb authored Jul 29, 2021
2 parents a8fc874 + a7b3847 commit a6fd2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DbDockerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected function configure()
'db-source',
's',
InputOption::VALUE_OPTIONAL,
'Source of the database ("lando", "drush", or "file")'
'Source of the database ("lando", "ddev", "drush", or "file")'
)
->addOption(
'db-file',
Expand Down

0 comments on commit a6fd2d3

Please sign in to comment.