Skip to content

Commit 5f1732f

Browse files
tgross35fbstj
andauthored
Update crates/josh-sync/src/sync.rs
Co-authored-by: Joe ST <[email protected]>
1 parent b8065de commit 5f1732f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/josh-sync/src/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ fn check_output_cfg(prog: &str, f: impl FnOnce(&mut Command) -> &mut Command) ->
301301
String::from_utf8(out.stdout.trim_ascii().to_vec()).expect("non-UTF8 output")
302302
}
303303

304-
/// Replace `#1234`-style issue/PR references with `prefix#1234` to ensure links work across
304+
/// Replace `#1234`-style issue/PR references with `repo#1234` to ensure links work across
305305
/// repositories.
306306
fn replace_references<'a>(s: &'a str, repo: &str) -> Cow<'a, str> {
307307
let re = Regex::new(r"\B(?P<id>#\d+)\b").unwrap();

0 commit comments

Comments
 (0)