fix stgb config
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m36s

This commit is contained in:
2024-02-06 14:33:42 +01:00
parent 208a18f03c
commit 4f0da544cb
3 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@ use risp::law::Law;
fn main() {
env_logger::init();
let config_path = "./data/configs/abgb.toml";
let config_path = "./data/configs/stgb.toml";
let law = Law::from_config(config_path).unwrap();