Skip to content

Commit

Permalink
re-release 0.2.0 (whoops)
Browse files Browse the repository at this point in the history
  • Loading branch information
n-hass committed Feb 21, 2024
1 parent 8de18e5 commit 9590e19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,13 @@ async fn main() {

let args = parse_cli_args();

println!("[telelog] Starting telelog v0.2.0");

let config_path = match args.get_one::<PathBuf>("config") {
Some(path) => path.to_str().unwrap(),
None => {
println!("[main] Config file not specified, using '/etc/telelog.toml'");
// "/etc/telelog.toml"
"./example/private.toml"
"/etc/telelog.toml"
},
};

Expand Down

0 comments on commit 9590e19

Please sign in to comment.