Skip to content

Commit ac02539

Browse files
committed
fixup! potential fix for ccdb-fetcher issue
1 parent 9394914 commit ac02539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/AnalysisSupportHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ void AnalysisSupportHelpers::addMissingOutputsToReader(std::vector<OutputSpec> c
128128
{
129129
requestedInputs |
130130
views::filter_not_matching(providedOutputs) | // filter the inputs that are already provided
131-
views::filter_not_matching(publisher.outpus) | // filter the inputs that are already covered
131+
views::filter_not_matching(publisher.outputs) | // filter the inputs that are already covered
132132
views::input_to_output_specs() |
133133
sinks::append_to{publisher.outputs}; // append them to the publisher outputs
134134
}

0 commit comments

Comments
 (0)