From 2d79a25e6679853c6a988999a9dec0a97bbac58e Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Wed, 17 Jan 2018 19:22:16 +0100 Subject: [PATCH] Fixed Markdown --- TODO.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index 00dd532..2ade9b4 100644 --- a/TODO.md +++ b/TODO.md @@ -1,8 +1,8 @@ # TODO -- [] Collect error messages and send them via email -- [] Check if directories are created successfully -- [] Check if the network drive already exists before connecting -- [] Create a log file for the script -- [] Clean up the messages sent to the console or send them to the debug or error streams (e.g. `Write-Debug` or `Write-Error`) -- [] Suppress output of some commands \ No newline at end of file +- [ ] Collect error messages and send them via email +- [ ] Check if directories are created successfully +- [ ] Check if the network drive already exists before connecting +- [ ] Create a log file for the script +- [ ] Clean up the messages sent to the console or send them to the debug or error streams (e.g. `Write-Debug` or `Write-Error`) +- [ ] Suppress output of some commands \ No newline at end of file -- 2.34.1