From 8be59c2c13fb9f13e255536a17a4c9aeb5926e14 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Sat, 23 Feb 2019 16:32:16 -0700 Subject: [PATCH] Fixed comment to match code --- .bin/Scripts/functions/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/Scripts/functions/setup.py b/.bin/Scripts/functions/setup.py index 0acb52ad..806e1b09 100644 --- a/.bin/Scripts/functions/setup.py +++ b/.bin/Scripts/functions/setup.py @@ -240,7 +240,7 @@ def enable_mini_dumps(): def enable_system_restore(): - """Enable System Restore and set disk usage to 5%""" + """Enable System Restore and set disk usage to 8%""" cmd = [ 'PowerShell', '-Command', 'Enable-ComputerRestore',