From 7f0179a64e6c9f2eed5ba5b364cf7b9927c2b6d4 Mon Sep 17 00:00:00 2001 From: BerSomBen Date: Tue, 15 Oct 2024 15:58:18 +0200 Subject: [PATCH] Update src/variables.rs Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/variables.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/variables.rs b/src/variables.rs index 5d4b600..fdf1e84 100644 --- a/src/variables.rs +++ b/src/variables.rs @@ -475,7 +475,10 @@ pub async fn set_pipeline_vars_from_file( } if dry_run { - println!("{:>8} --dry-run detected. Not performing any actions.", "⚠️",); + println!( + "{:>8} --dry-run detected. Not performing any actions.", + "⚠️", + ); } else { match set_pipeline_vars(client, p.id, l.id, &vars_final).await { Ok(status) => match status {