From e345ae5c195b7024ed94ff871340a7aea2e6ab61 Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Tue, 22 Mar 2016 17:03:52 -0400 Subject: [PATCH] Fix #2080. cutie specified wrong path for sqlite DB. --- commands/core/core.drush.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/core/core.drush.inc b/commands/core/core.drush.inc index 1415b1740d..2228095014 100644 --- a/commands/core/core.drush.inc +++ b/commands/core/core.drush.inc @@ -944,7 +944,7 @@ function drush_core_quick_drupal() { } } if (!drush_get_option('db-url', FALSE)) { - drush_set_option('db-url', 'sqlite://' . $base . '/sites/' . strtolower(drush_get_option('sites-subdir', 'default')) . "/$name.sqlite"); + drush_set_option('db-url', 'sqlite://sites/' . strtolower(drush_get_option('sites-subdir', 'default')) . "/files/$name.sqlite"); } // We have just created a site root where one did not exist before. // We therefore must manually reset DRUSH_SELECTED_DRUPAL_ROOT to