diff --git a/src/cli.rs b/src/cli.rs index 4e32bbb..b935284 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -4,7 +4,7 @@ use std::path::PathBuf; #[command(version, about)] pub struct Command { /// The config file to use - #[arg(short, long, default_value = ".configs/config.yml")] + #[arg(short, long, default_value = "configs/config.yml")] pub config: PathBuf, } pub fn parse_args() -> Command {