diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-02-06 16:35:59 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:45 +0200 |
commit | a376770e0a8ed304660d911dfc4448aeb8c814b0 (patch) | |
tree | 1d29153a38480d514cb716d53e104502edd703d5 /mod/mod-ci-github.hxx | |
parent | 976d5d4c0c8b8b9eeaf2f386e72e2db06e83ac41 (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_; }; } |