From 2baa14d5e07095a5ce2d82f60806e34c20c4aa71 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 15 Jan 2025 14:13:47 +0200 Subject: Fix CI module initialization compiled with unloaded tenant service support --- mod/mod-builds.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mod/mod-builds.cxx') diff --git a/mod/mod-builds.cxx b/mod/mod-builds.cxx index 0155c2e..b11b3d7 100644 --- a/mod/mod-builds.cxx +++ b/mod/mod-builds.cxx @@ -58,10 +58,10 @@ init (scanner& s) { database_module::init (*options_, options_->build_db_retry ()); build_config_module::init (*options_); - } - if (options_->root ().empty ()) - options_->root (dir_path ("/")); + if (options_->root ().empty ()) + options_->root (dir_path ("/")); + } } template -- cgit v1.1