Skip to content

Commit 6aefbfe

Browse files
committed
WIP
1 parent 0dadb3a commit 6aefbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

josh-sync/src/sync.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use xshell::{cmd, Shell};
99
/// Used for rustc syncs.
1010
const JOSH_FILTER: &str = ":/src/doc/rustc-dev-guide";
1111
const JOSH_PORT: u16 = 42042;
12-
const UPSTREAM_REPO: &str = "rust-lang/rust";
12+
const UPSTREAM_REPO: &str = "kobzol/rust";
1313

1414
pub struct GitSync {
1515
dir: PathBuf,

0 commit comments

Comments
 (0)