Skip to content

Commit f8d9151

Browse files
authored
clean up supporting-mustache (#18524)
1 parent 519eaf6 commit f8d9151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/CLibcurlClientCodegen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ public void postProcessFile(File file, String fileType) {
910910
// only process the following type (or we can simply rely on the file extension to check if it's a .c or .h file)
911911
Set<String> supportedFileType = new HashSet<>(
912912
Arrays.asList(
913-
"supporting-mustache",
913+
"supporting-file",
914914
"model-test",
915915
"model",
916916
"api-test",

0 commit comments

Comments
 (0)