diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-02-06 16:35:59 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | 1b728e3f3f2c9588b4535cf92e18139ce8eb38c8 (patch) | |
tree | c027b07f86bc3e7c0181514d740fdac8aab0f39e /mod/mod-ci-github.hxx | |
parent | c93a8f53a19b4946ad867082bc3b48fd694244f0 (diff) |
Generate JWT
Diffstat (limited to 'mod/mod-ci-github.hxx')
-rw-r--r-- | mod/mod-ci-github.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/mod-ci-github.hxx b/mod/mod-ci-github.hxx index a869878..72bbf82 100644 --- a/mod/mod-ci-github.hxx +++ b/mod/mod-ci-github.hxx @@ -29,14 +29,14 @@ namespace brep handle (request&, response&); virtual const cli::options& - cli_options () const {return options::ci::description ();} + cli_options () const {return options::ci_github::description ();} private: virtual void init (cli::scanner&); private: - shared_ptr<options::ci> options_; + shared_ptr<options::ci_github> options_; }; } |