Author:
Hash:
Timestamp:
+1 -1 +/-1 browse
Kevin Schoon [me@kevinschoon.com]
6972de748826ff62d8ee93a7ada1d24c1e937269
Thu, 07 Aug 2025 15:05:20 +0000 (3 months ago)
| 1 | diff --git a/crates/git/src/config.rs b/crates/git/src/config.rs |
| 2 | index a76bae8..6376734 100644 |
| 3 | --- a/crates/git/src/config.rs |
| 4 | +++ b/crates/git/src/config.rs |
| 5 | @@ -174,7 +174,7 @@ pub(crate) fn read(git_config: &GitConfig) -> Result<Config, Error> { |
| 6 | chat, |
| 7 | mail, |
| 8 | hidden: bool(git_config, "ayllu.hidden"), |
| 9 | - sites: if has_option(git_config, "ayllu-sites") { |
| 10 | + sites: if has_option(git_config, "ayllu-sites.enabled") { |
| 11 | Some(Sites { |
| 12 | header: string(git_config, "ayllu-sites.header"), |
| 13 | content: string(git_config, "ayllu-sites.content"), |