Skip to content

Commit 25e55c9

Browse files
committed
fix
1 parent c83878c commit 25e55c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ALICE3/Core/FastTracker.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ void GeometryContainer::init(o2::framework::InitContext& initContext)
8484

8585
bool cleanLutWhenLoaded;
8686
const bool foundCleanLutWhenLoaded = common::core::getTaskOptionValue(initContext, "on-the-fly-detector-geometry-provider", "cleanLutWhenLoaded", cleanLutWhenLoaded, false);
87-
if (!foundDetectorConfiguration) {
87+
if (!foundCleanLutWhenLoaded) {
8888
LOG(fatal) << "Could not retrieve foundCleanLutWhenLoaded option from OnTheFlyDetectorGeometryProvider task.";
8989
return;
9090
}

0 commit comments

Comments
 (0)