Skip to content

Commit

Permalink
Fix make topic.
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Dec 1, 2014
1 parent e1ac9b5 commit d6899b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/make/make.drush.inc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function make_drush_command() {
'topic' => TRUE,
'bootstrap' => DRUSH_BOOTSTRAP_DRUSH,
'callback' => 'drush_print_file',
'callback arguments' => array($docs_dir . '/docs/make.txt'),
'callback arguments' => array($docs_dir . '/docs/make.md'),
);
$items['docs-make-example'] = array(
'description' => 'Drush Make example makefile',
Expand Down

0 comments on commit d6899b9

Please sign in to comment.