Skip to content

Commit a437575

Browse files
committed
clippy
1 parent f8d990d commit a437575

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/execute.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ pub fn execute_remote(args: &RemoteExecuteArgs) -> Result<(), Box<dyn Error>> {
246246
|| logs_text.contains("Traceback") || logs_text.to_lowercase().contains("failed")
247247
{
248248
println!("❌ Workflow execution failed. Workflow step {job_name} may have encountered an error:");
249-
println!("Logs:\n{}\n", logs_text);
249+
println!("Logs:\n{logs_text}\n");
250250
}
251251
}
252252
}

0 commit comments

Comments
 (0)