We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6812670 commit 9b9c405Copy full SHA for 9b9c405
lib/MetaCPAN/Script/Mapping.pm
@@ -162,7 +162,7 @@ sub show_info {
162
'cluster_info' => \%{ $self->cluster_info },
163
'indices_info' => \%{ $self->indices_info },
164
};
165
- log_info { JSON->new->utf8->pretty->encode($info_rs) };
+ log_info { Cpanel::JSON::XS->new->utf8->pretty->encode($info_rs) };
166
}
167
168
sub _build_index_config {
0 commit comments