Skip to content

Commit

Permalink
Update src/variables.rs
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
BerSomBen and github-actions[bot] authored Oct 15, 2024
1 parent aa076ca commit d242ceb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/variables.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,10 @@ pub async fn set_env_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_env_vars(client, p.id, e.id, &vars_final).await {
Ok(status) => match status {
Expand Down

0 comments on commit d242ceb

Please sign in to comment.