Remove space from System Restore name

This commit is contained in:
2Shirt 2019-01-09 19:03:52 -07:00
parent 957a53ad12
commit b7423ae3b5
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C

View file

@ -213,7 +213,7 @@ def create_system_restore_point():
cmd = [ cmd = [
'PowerShell', 'PowerShell',
'-Command', 'Checkpoint-Computer', '-Command', 'Checkpoint-Computer',
'-Description', '1201 Checklist', '-Description', '1201-Checklist',
] ]
run_program(cmd) run_program(cmd)