diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-21 13:49:48 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | 3e83fda0f4e7f2014c91a6eb798bc66efd47743b (patch) | |
tree | c31c0dbed1cbd0822e45047520b2147470a04789 /mod/mod-ci.hxx | |
parent | 33019784783be4a1e1e2be66139ff56201b5952d (diff) |
Adjust mod-ci-github service enablement
Diffstat (limited to 'mod/mod-ci.hxx')
-rw-r--r-- | mod/mod-ci.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci.hxx b/mod/mod-ci.hxx index bd91e99..e4a343c 100644 --- a/mod/mod-ci.hxx +++ b/mod/mod-ci.hxx @@ -40,7 +40,7 @@ namespace brep public tenant_service_build_building, public tenant_service_build_built #ifdef BREP_CI_TENANT_SERVICE_UNLOADED - , tenant_service_build_unloaded + , public tenant_service_build_unloaded #endif #endif { |