mirror of https://github.com/Hilbis/Hilbish
fix: add missing comma
parent
3165552c21
commit
df6a2bb0c7
|
@ -35,7 +35,7 @@ func matchPath(path, pref string) ([]string, error) {
|
|||
"(", "\\(",
|
||||
")", "\\)",
|
||||
"[", "\\[",
|
||||
"]", "\\]"
|
||||
"]", "\\]",
|
||||
}
|
||||
|
||||
r := strings.NewReplacer(args...)
|
||||
|
|
Loading…
Reference in New Issue