Skip to content

Commit ec482bf

Browse files
authored
chore: Format version printing similar to rest of prelude (#11289)
### Description Just a cosmetic change. ### Testing Instructions #### Before ``` ▲ 👟 my-turborepo on main turbo build turbo 2.7.0 • Packages in scope: @repo/eslint-config, @repo/typescript-config, @repo/ui, docs, web • Running build in 5 packages • Remote caching disabled ``` #### After ``` ▲ 👟 my-turborepo on main dt build • turbo 2.7.1-canary.0 • Packages in scope: @repo/eslint-config, @repo/typescript-config, @repo/ui, docs, web • Running build in 5 packages • Remote caching disabled ```
1 parent 3e0eefb commit ec482bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/turborepo-lib/src/cli

crates/turborepo-lib/src/cli/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ pub async fn run(
13531353
let telemetry_handle = initialize_telemetry_client(color_config, version);
13541354

13551355
if should_print_version() {
1356-
eprintln!("{}\n", GREY.apply_to(format!("turbo {}", get_version())));
1356+
eprintln!("{}", GREY.apply_to(format!("turbo {}", get_version())));
13571357
}
13581358

13591359
let mut command = get_command(&mut cli_args)?;

0 commit comments

Comments
 (0)