Skip to content

Commit c7d95c2

Browse files
Merge pull request #970 from tgnottingham/add-http-to-site-url
Make printed site URL clickable in some terminals
2 parents ef8948c + a26138f commit c7d95c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ async fn main() {
4040
"Loading complete; {} commits and {} artifacts",
4141
commits, artifacts,
4242
);
43-
eprintln!("View the results in a web browser at 'localhost:2346/compare.html'");
43+
eprintln!("View the results in a web browser at 'http://localhost:2346/compare.html'");
4444
// Spawn off a task to post the results of any commit results that we
4545
// are now aware of.
4646
site::github::post_finished(&res).await;

0 commit comments

Comments
 (0)