Skip to content

Commit dc02036

Browse files
Merge pull request #1390 from dahaic/fix-type-anaconda
Fix --fix-type anaconda
2 parents 7627132 + b1448ec commit dc02036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/oscap-xccdf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ int app_generate_fix(const struct oscap_action *action)
835835
} else if (strcmp(action->fix_type, "puppet") == 0) {
836836
template = "urn:xccdf:fix:script:puppet";
837837
} else if (strcmp(action->fix_type, "anaconda") == 0) {
838-
template = "urn:xccdf:fix:script:anaconda";
838+
template = "urn:redhat:anaconda:pre";
839839
} else {
840840
fprintf(stderr,
841841
"Unknown fix type '%s'.\n"

0 commit comments

Comments
 (0)