You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The setup process is not setting the project.human_name attribute when creating a project. As a result, when running blt drupal:install the drush command has no value for the --site-name parameter and the site name gets set to "1"
Describe the bug
The setup process is not setting the
project.human_name
attribute when creating a project. As a result, when runningblt drupal:install
the drush command has no value for the--site-name
parameter and the site name gets set to "1"excerpt from output of
blt drupal:install
To Reproduce
Steps to reproduce the behavior, ideally starting from a fresh install of BLT:
composer create-project acquia/drupal-recommended-project mysite
Expected behavior
Previous versions of BLT set the human name to the hostname, IIRC. I'd expect this one to do the same.
System information
The text was updated successfully, but these errors were encountered: