diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-04 12:42:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-11-04 12:42:30 +0200 |
commit | fa54faa17f1f6b2f1d0737fdca0123ddba999fd9 (patch) | |
tree | 0d55e80fcdb6c558bfadc3f63bb4d49c24ec2f1d /mod/mod-ci-github-service-data.hxx | |
parent | 486fe4de562d88d15ee44febf2ebd12d6b0db492 (diff) |
Review
Diffstat (limited to 'mod/mod-ci-github-service-data.hxx')
-rw-r--r-- | mod/mod-ci-github-service-data.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-ci-github-service-data.hxx b/mod/mod-ci-github-service-data.hxx index eb81ae4..0dd52ca 100644 --- a/mod/mod-ci-github-service-data.hxx +++ b/mod/mod-ci-github-service-data.hxx @@ -33,7 +33,7 @@ namespace brep build_state state; bool state_synced; - optional<result_status> status; // Only present if state is built. + optional<result_status> status; // Only if state is built & synced. string state_string () const |