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

Updating settings command. #1782

Merged
merged 2 commits into from
Jul 10, 2017
Merged

Updating settings command. #1782

merged 2 commits into from
Jul 10, 2017

Conversation

dpagini
Copy link
Contributor

@dpagini dpagini commented Jul 8, 2017

Expands changes made in #1765.
If docroot/sites/default/default.settings.php does not exist, don't try to copy it to the current multisite default.settings.php, and also don't try to copy it to current multisite settings.php.

$copy_map[$project_default_settings_file] = $project_settings_file;
}
else {
$this->yell("No $default_project_default_settings_file file found.");
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added this "yell" just to make sure the user is aware that an expected file is missing.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer to use $this->logger>warning() rather than $this->yell().

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing, let me make that update.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated ✅

@grasmash grasmash merged commit 261d0c9 into acquia:8.x Jul 10, 2017
@grasmash grasmash added the Enhancement A feature or feature request label Jul 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement A feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants