Skip to content

Commit acf6cf3

Browse files
dpaginigrasmash
authored andcommitted
Fix config name drupal_db_name (acquia#597)
1 parent c8d93f8 commit acf6cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/drupal-vm/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ drupal_core_path: "{{ drupal_composer_install_dir }}/docroot"
2626

2727
drupal_db_user: drupal
2828
drupal_db_password: drupal
29-
drupal_db_database: drupal
29+
drupal_db_name: drupal
3030

3131
# Set this to 'false' if you don't need to install drupal (using the drupal_*
3232
# settings below), but instead copy down a database (e.g. using drush sql-sync).

0 commit comments

Comments
 (0)