Skip to content

Commit

Permalink
fix invalid file name (#757)
Browse files Browse the repository at this point in the history
  • Loading branch information
kira1928 authored Jun 17, 2024
1 parent 802646f commit 649285c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pkg/utils/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

func getFunctionList(config *configs.Config) map[string]interface{} {
filenameFilters := []StringFilter{
ReplaceIllegalChar,
UnescapeHTMLEntity,
ReplaceIllegalChar,
}
if config.Feature.RemoveSymbolOtherCharacter {
filenameFilters = append(filenameFilters, RemoveSymbolOtherChar)
Expand Down

0 comments on commit 649285c

Please sign in to comment.