Skip to content

Commit fbcdd43

Browse files
One more -
1 parent 14da61b commit fbcdd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploy_task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ impl Runnable for DeployTask {
5656
logfile.write_all(format!("hookshot environment:\n---------------------\n{}\n", format_environment(&self.env)).as_bytes());
5757

5858
// Log the system environment variables
59-
logfile.write_all(format!("system environment:\n------------------\n{}\n", format_os_environment()).as_bytes());
59+
logfile.write_all(format!("system environment:\n-------------------\n{}\n", format_os_environment()).as_bytes());
6060

6161
// Log what time the task started.
6262
let time_task_started = UTC::now();

0 commit comments

Comments
 (0)