Skip to content

Commit 1d8f59f

Browse files
authored
Update username in build helper example
1 parent 66d6064 commit 1d8f59f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/build_helper/src/git.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ pub fn output_result(cmd: &mut Command) -> Result<String, String> {
3030
/// Finds the remote for rust-lang/rust.
3131
/// For example for these remotes it will return `upstream`.
3232
/// ```text
33-
/// origin https://github.com/Nilstrieb/rust.git (fetch)
34-
/// origin https://github.com/Nilstrieb/rust.git (push)
33+
/// origin https://github.com/pietroalbani/rust.git (fetch)
34+
/// origin https://github.com/pietroalbani/rust.git (push)
3535
/// upstream https://github.com/rust-lang/rust (fetch)
3636
/// upstream https://github.com/rust-lang/rust (push)
3737
/// ```

0 commit comments

Comments
 (0)