diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-12-05 08:15:27 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-12-06 08:26:28 +0200 |
commit | 0b58c632f857b35c816e078e858bbbf6df2a4774 (patch) | |
tree | f5b7c44bc7f36552d6ba5097407ec6947f2833ed /mod/mod-ci-github-gh.hxx | |
parent | 1f453b6c38d928fb40ffd288702ef23d1944daf9 (diff) |
Post-review changes
Diffstat (limited to 'mod/mod-ci-github-gh.hxx')
-rw-r--r-- | mod/mod-ci-github-gh.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github-gh.hxx b/mod/mod-ci-github-gh.hxx index 324dd8a..05c289e 100644 --- a/mod/mod-ci-github-gh.hxx +++ b/mod/mod-ci-github-gh.hxx @@ -113,8 +113,8 @@ namespace brep build_state gh_from_status (const string&); - // If warning_success is true, then map result_status::warning to `success` - // and to `failure` otherwise. + // If warning_success is true, then map result_status::warning to `SUCCESS` + // and to `FAILURE` otherwise. // // Throw invalid_argument in case of unsupported result_status value // (currently skip, interrupt). |