Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed May 4, 2016
1 parent 95eac69 commit 1d7380d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/core/config.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function config_drush_help($section) {
* Implementation of hook_drush_command().
*/
function config_drush_command() {
$deps = array('drupal dependencies' => arraym);
$deps = array('drupal dependencies' => array('config'));
$items['config-get'] = array(
'description' => 'Display a config value, or a whole configuration object.',
'arguments' => array(
Expand Down

0 comments on commit 1d7380d

Please sign in to comment.