fix: call it config

This commit is contained in:
əlemi 2024-02-13 19:43:18 +01:00
parent 183e659839
commit 57683aab78
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -34,7 +34,7 @@ fn tci() -> Result<(), Box<dyn std::error::Error>> {
// load tci config
let config_path = std::env::args().nth(1)
.as_deref()
.unwrap_or("/etc/tci/tci.toml")
.unwrap_or("/etc/tci/config.toml")
.to_string();
let cfg_raw = std::fs::read_to_string(config_path)