Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 20, 2016
1 parent f44e1ff commit 1321275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/Mapping.pm
Expand Up @@ -145,7 +145,7 @@ sub index_update {
my @patch_types = sort keys %{$patch_mapping};
my $dep = $self->index->deployment_statement;
my $existing_mapping = delete $dep->{mappings};
my $mapping = +{ map { $_ => $patch_mapping->{$_} } @patch_types };
my $mapping = +{ map { $_ => $patch_mapping->{$_} } @patch_types };

log_info {"Updating mapping for index: $name"};

Expand Down

0 comments on commit 1321275

Please sign in to comment.