diff --git a/.bin/Scripts/check_disk.py b/.bin/Scripts/check_disk.py index 8919063e..fe18650b 100644 --- a/.bin/Scripts/check_disk.py +++ b/.bin/Scripts/check_disk.py @@ -38,7 +38,7 @@ if __name__ == '__main__': if repair: cs = 'Scheduled' else: - cs = 'CS' + cs = 'No issues' message = 'CHKDSK ({SYSTEMDRIVE})...'.format(**global_vars['Env']) try_and_print(message=message, function=run_chkdsk, cs=cs, other_results=other_results, repair=repair)