diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-05-21 13:49:48 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:28 +0200 |
commit | ae0ae71b99efdc33c67214f8272486a3132f4e68 (patch) | |
tree | 5b79fb9041f49a93ad12176bc6bd10d249b53a42 /mod/mod-ci.hxx | |
parent | e81fdae1ade9eee3cf36c4a785352a479f2eb241 (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 { |