Skip to content

Commit

Permalink
temp. disable index check for author script
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Nov 28, 2016
1 parent 54612e3 commit d57ab1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/MetaCPAN/Script/Author.pm
Expand Up @@ -33,10 +33,10 @@ 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/;
# 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 d57ab1b

Please sign in to comment.