Skip to content

Commit

Permalink
Rollup merge of #136178 - Noratrieb:alivename, r=pietroalbini
Browse files Browse the repository at this point in the history
Update username in build helper example

no typos have been made in the process of creating this pull request

r? pietroalbini
  • Loading branch information
matthiaskrgr authored Jan 28, 2025
2 parents 36b5c58 + 1d8f59f commit 9715fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/build_helper/src/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pub fn output_result(cmd: &mut Command) -> Result<String, String> {
/// Finds the remote for rust-lang/rust.
/// For example for these remotes it will return `upstream`.
/// ```text
/// origin https://github.com/Nilstrieb/rust.git (fetch)
/// origin https://github.com/Nilstrieb/rust.git (push)
/// origin https://github.com/pietroalbani/rust.git (fetch)
/// origin https://github.com/pietroalbani/rust.git (push)
/// upstream https://github.com/rust-lang/rust (fetch)
/// upstream https://github.com/rust-lang/rust (push)
/// ```
Expand Down

0 comments on commit 9715fea

Please sign in to comment.