Skip to content

Commit 58f270e

Browse files
authored
Merge 439a531 into sapling-pr-archive-ktf
2 parents c4765c5 + 439a531 commit 58f270e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/src/Plugin.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ auto lookForCommandLineAODOptions = [](ConfigParamRegistry& registry, int argc,
5757
O2_SIGNPOST_EVENT_EMIT(capabilities, sid, "DiscoverAODOptionsInCommandLineCapability", "AOD options found in arguments. Populating from them.");
5858
return true;
5959
}
60-
if (arg.starts_with("--aod-parent-base-path-replacement")) {
60+
if (arg.starts_with("--aod-parent-")) {
6161
O2_SIGNPOST_EVENT_EMIT(capabilities, sid, "DiscoverAODOptionsInCommandLineCapability", "AOD options found in arguments. Populating from them.");
6262
return true;
6363
}

0 commit comments

Comments
 (0)