Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Pannell <[email protected]>
  • Loading branch information
cedi and notheotherben authored Nov 29, 2024
1 parent bdf775e commit d216b10
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 @@ -98,7 +98,7 @@ async fn run(args: Args) -> Result<(), Error> {
}
}
k if k == GitHubKind::Star.as_str() => {
info!("Backing up repositories for {}", &policy);
info!("Backing up starred repositories for {}", &policy);

let stream = github_star.run(policy, &CANCEL);
tokio::pin!(stream);
Expand Down

0 comments on commit d216b10

Please sign in to comment.