mirror of
https://git.alemi.dev/tci.git
synced 2024-11-10 02:59:19 +01:00
fix: call it config
This commit is contained in:
parent
183e659839
commit
57683aab78
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue