We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14da61b commit fbcdd43Copy full SHA for fbcdd43
src/deploy_task.rs
@@ -56,7 +56,7 @@ impl Runnable for DeployTask {
56
logfile.write_all(format!("hookshot environment:\n---------------------\n{}\n", format_environment(&self.env)).as_bytes());
57
58
// Log the system environment variables
59
- logfile.write_all(format!("system environment:\n------------------\n{}\n", format_os_environment()).as_bytes());
+ logfile.write_all(format!("system environment:\n-------------------\n{}\n", format_os_environment()).as_bytes());
60
61
// Log what time the task started.
62
let time_task_started = UTC::now();
0 commit comments