Fix typo
This commit is contained in:
parent
3340114522
commit
46e53ef105
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ pub fn parse_dism(diag_group: &mut DiagGroup, task_result: TaskResult) {
|
|||
format!("{stdout}\n\n-------\n\n{stderr}")
|
||||
};
|
||||
|
||||
if output_text.contains("no component store corruption detected") {
|
||||
if output_text.contains("No component store corruption detected") {
|
||||
diag_group.passed.push(true);
|
||||
diag_group.result = String::from("OK");
|
||||
diag_group.logs.push(Log {
|
||||
|
|
|
|||
Loading…
Reference in a new issue