Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DX-2286: Fix #4233: Don't overwrite default.site.yml for multisite init #4297

Merged
merged 2 commits into from
Dec 15, 2020

Conversation

danepowell
Copy link
Contributor

Motivation

Fixes #4233

Proposed changes

If the URI is not provided (as should only be the case for the default site), don't try to set the URI.

Alternatives considered

Don't mess with the default site at all. Unfortunately the rest of the multisite init command uses the default site as a template, so it must be initialized. Keeping this logic in place is the easiest solution.

@danepowell danepowell merged commit 227241a into acquia:12.x Dec 15, 2020
@danepowell danepowell added 12.x Affects or applies to 12.x Bug Something isn't working labels Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
12.x Affects or applies to 12.x Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BLT 12 overwrites drush site alias default.site.yml
1 participant