Skip to content

Commit

Permalink
Update crates/turborepo-ci/src/vendors.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Jun 18, 2024
1 parent 416cb92 commit f658d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-ci/src/vendors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ pub(crate) fn get_vendors() -> &'static [Vendor] {
|group_name| {
Arc::new(move |end_time| {
let timestamp = end_time.timestamp();
format!("\\e[0Ksection_end:{timestamp}:{group_name}\\r\\e[0K")
format!("\\e[0Ksection_end:{timestamp}:{group_name}\\r\\e[0K")
})
},
)),
Expand Down

0 comments on commit f658d08

Please sign in to comment.