Skip to content

Commit d25d5fc

Browse files
authored
Merge pull request #51 from camelid/fix-repo-url
Update repo organization name
2 parents 95ce914 + 65fd931 commit d25d5fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bin/server/worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ impl Worker {
298298
299299
</details><p></p>
300300
301-
[I'm a bot](https://github.com/rust-ops/rust-log-analyzer)! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact **`@rust-lang/infra`**. ([Feature Requests](https://github.com/rust-ops/rust-log-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request))
301+
[I'm a bot](https://github.com/rust-lang/rust-log-analyzer)! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact **`@rust-lang/infra`**. ([Feature Requests](https://github.com/rust-lang/rust-log-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request))
302302
"#, opening = opening, html_url = job.html_url(), log_url = pretty_log_url, raw_log_url = raw_log_url, log = extracted))?;
303303

304304
Ok(())

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ pub mod sanitize;
3434

3535
pub use self::index::Index;
3636

37-
pub static USER_AGENT: &str = concat!("rust-ops/rust-log-analyzer ", env!("CARGO_PKG_VERSION"));
37+
pub static USER_AGENT: &str = concat!("rust-lang/rust-log-analyzer ", env!("CARGO_PKG_VERSION"));
3838

3939
pub type Result<T> = std::result::Result<T, failure::Error>;

0 commit comments

Comments
 (0)