Skip to content

Commit

Permalink
Merge pull request #576 from perftool-incubator/cdmv8-check-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k-rister authored Dec 12, 2024
2 parents c82df49 + 2e9aee8 commit bd20757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rickshaw-index
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ sub index_metrics {
$metr_data_doc{'metric_desc'} = \%desc;
$metr_data_doc{'metric_data'} = \%data;
# cdmv8 includes a very small verison of the run doc info, just the run-uuid, to make deleting metric_data docs much easier
if ($cdm{'ver'} = 'v8dev') {
if ($cdm{'ver'} eq 'v8dev') {
my %micro_run_doc = ($run_id_field => $result{$run_id_field});
$metr_data_doc{'run'} = \%micro_run_doc;
}
Expand Down

0 comments on commit bd20757

Please sign in to comment.