Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Nov 11, 2023
1 parent 3b9e233 commit 1ce1642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub fn main() -> Result {
}

pub async fn run(cli: Cli, settings: Settings, shutdown_listener: &triggered::Listener) -> Result {
debug!(settings = %cli.config.display(), "starting");
debug!(settings = %cli.config.display(), "TEST starting");
match cli.cmd {
Cmd::Key(cmd) => cmd.run(settings).await,
Cmd::Info(cmd) => cmd.run(settings).await,
Expand Down

0 comments on commit 1ce1642

Please sign in to comment.