Skip to content

Commit

Permalink
feat(#7): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jul 26, 2024
1 parent 6d95bfa commit 5d78c25
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 @@ -47,7 +47,7 @@ async fn main() {
.with_max_level(tracing::Level::DEBUG)
.init();
} else {
tracing_subscriber::fmt::init()
tracing_subscriber::fmt::init();
}
debug!("Issue to check: {} ({} repo)", args.issue, args.repo);
debug!("STDOUT: {}", args.stdout);
Expand Down

0 comments on commit 5d78c25

Please sign in to comment.