diff --git a/src/bin/rustc_josh_sync.rs b/src/bin/rustc_josh_sync.rs index ef8c3d5..ce3ec00 100644 --- a/src/bin/rustc_josh_sync.rs +++ b/src/bin/rustc_josh_sync.rs @@ -152,7 +152,7 @@ fn load_context(config_path: &Path, rust_version_path: &Path) -> anyhow::Result< fn maybe_create_gh_pr(repo: &str, title: &str, description: &str) -> anyhow::Result { if which::which("gh").is_ok() && prompt( - "Do you want to create a rustc pull PR using the `gh` tool?", + &format!("Do you want to create a {repo} pull PR using the `gh` tool?"), false, ) {