Skip to content

Commit

Permalink
Nest backup-dir under drush.paths in config docs (#5104)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardbporter committed Apr 1, 2022
1 parent ce15e54 commit 323aa99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/using-drush-configuration.md
Expand Up @@ -80,7 +80,8 @@ temporary sql dump files created during [sql:sync](https://www.drush.org/latest/
defaults to `$HOME/drush-backups`.
```yml
drush:
backup-dir: /tmp/drush-backups
paths:
backup-dir: /tmp/drush-backups
```

#### Global options
Expand Down

0 comments on commit 323aa99

Please sign in to comment.