diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index d9e2c6e..534f418 100644 --- a/src/main.rs +++ b/src/main.rs @@ -85,7 +85,7 @@ fn load_config(path: &PathBuf) -> anyhow::Result<Config> { } return Ok(Config::new(patterns_regex)); } - Ok(Config::new(vec![])) + Err(anyhow!("No [groups] in config {:?}", path)) } fn default_config() -> Config { |
