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

Move backup-dir under drush.paths in config docs. #5104

Merged
merged 2 commits into from Apr 1, 2022

Conversation

richardbporter
Copy link
Contributor

Setting drush.backup-dir as outlined in the docs was not working for me. FsUtils::getBackupDirParent() seems to be looking for the config at drush.paths.backup-dir.

Drush::config()->get('drush.paths.backup-dir'),

This PR changes the docs to reflect that, although maybe FsUtils should be updated instead?

@richardbporter richardbporter changed the title Nest backup-dir under drush.paths in config docs. Move backup-dir under drush.paths in config docs. Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants