Skip to content

Commit dbb74ad

Browse files
Rename ansi_up script file
1 parent abf5612 commit dbb74ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gha_logs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::str::FromStr;
88
use std::sync::Arc;
99
use uuid::Uuid;
1010

11-
pub const ANSI_UP_URL: &str = "/gha_logs/ansi_up@6.0.6.min.js";
11+
pub const ANSI_UP_URL: &str = "/gha_logs/ansi_up@0.0.1-custom.js";
1212
pub const SUCCESS_URL: &str = "/gha_logs/[email protected]";
1313
pub const FAILURE_URL: &str = "/gha_logs/[email protected]";
1414

@@ -379,7 +379,7 @@ body {{
379379
}
380380

381381
pub fn ansi_up_min_js() -> anyhow::Result<Response<Body>, hyper::Error> {
382-
const ANSI_UP_MIN_JS: &str = include_str!("gha_logs/ansi_up@6.0.6.min.js");
382+
const ANSI_UP_MIN_JS: &str = include_str!("gha_logs/ansi_up@0.0.1-custom.js");
383383

384384
Ok(Response::builder()
385385
.status(StatusCode::OK)
File renamed without changes.

0 commit comments

Comments
 (0)