We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef8948c + a26138f commit c7d95c2Copy full SHA for c7d95c2
site/src/main.rs
@@ -40,7 +40,7 @@ async fn main() {
40
"Loading complete; {} commits and {} artifacts",
41
commits, artifacts,
42
);
43
- eprintln!("View the results in a web browser at 'localhost:2346/compare.html'");
+ eprintln!("View the results in a web browser at 'http://localhost:2346/compare.html'");
44
// Spawn off a task to post the results of any commit results that we
45
// are now aware of.
46
site::github::post_finished(&res).await;
0 commit comments