Skip to content

Commit

Permalink
Adding comment to the prompt section.
Browse files Browse the repository at this point in the history
  • Loading branch information
serundeputy committed Jan 14, 2017
1 parent 5f324df commit 073c8a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/core/site_install.drush.inc
Expand Up @@ -117,6 +117,7 @@ function drush_core_site_install_validate() {
*/
function drush_core_pre_site_install() {
if (drush_get_option('db-url') == '') {
// Prommpt user for the db_spec parameters.
$db_spec['database'] = drush_prompt('Database name');
$db_spec['driver'] = drush_prompt('Database driver', 'mysql');
$db_spec['username'] = drush_prompt('Database username');
Expand Down

0 comments on commit 073c8a3

Please sign in to comment.