Skip to content
Snippets Groups Projects
Commit 1dbcf54d authored by Neil Drumm's avatar Neil Drumm :wave: Committed by Neil Drumm
Browse files

Fix backups

parent ce28fe25
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ function drush_provision_drupal_provision_backup_validate($backup_file = NULL) {
}
// This is the actual drupal provisioning requirements.
if (!is_dir(drush_get_option('backup_path'))) {
if (!is_dir(d()->platform->server->backup_path)) {
drush_set_error('PROVISION_BACKUP_PATH_NOT_FOUND');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment