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 ff7e4c4 commit 5ab7263Copy full SHA for 5ab7263
lib/MetaCPAN/Script/Mapping.pm
@@ -161,7 +161,7 @@ sub show_info {
161
'cluster_info' => \%{ $self->cluster_info },
162
'indices_info' => \%{ $self->indices_info },
163
};
164
- log_info { JSON->new->utf8->pretty->encode($info_rs) };
+ log_info { Cpanel::JSON::XS->new->utf8->pretty->encode($info_rs) };
165
}
166
167
sub _build_index_config {
0 commit comments