Skip to content

Commit

Permalink
Missed adjusting sql-connect command in #24
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Aug 23, 2013
1 parent e9b158c commit ab9bb01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions commands/sql/sql.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -333,9 +333,7 @@ function _drush_sql_connect($db_spec = NULL) {

function drush_sql_connect() {
drush_sql_bootstrap_further();
$connect = _drush_sql_connect();
drush_print($connect);
return $connect;
return _drush_sql_connect();
}

/**
Expand Down

0 comments on commit ab9bb01

Please sign in to comment.