Skip to content

Commit

Permalink
Tidy comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 30, 2016
1 parent 2c4ddd1 commit 30e6327
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/MetaCPAN/Script/Author.pm
Expand Up @@ -32,11 +32,11 @@ has author_fh => (
sub run {
my $self = shift;

# check we are using a dedicated index, prompts if not
# my $index = $self->index->name;
# $self->are_you_sure(
# "Author script is run against a non-author specific index: $index !!!"
# ) unless $index =~ /author/;
# check we are using a dedicated index, prompts if not
# my $index = $self->index->name;
# $self->are_you_sure(
# "Author script is run against a non-author specific index: $index !!!"
# ) unless $index =~ /author/;

$self->index_authors;
$self->index->refresh;
Expand Down

0 comments on commit 30e6327

Please sign in to comment.