mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-02 03:33:22 +00:00
fix: add missing comma
This commit is contained in:
parent
3165552c21
commit
df6a2bb0c7
@ -35,7 +35,7 @@ func matchPath(path, pref string) ([]string, error) {
|
||||
"(", "\\(",
|
||||
")", "\\)",
|
||||
"[", "\\[",
|
||||
"]", "\\]"
|
||||
"]", "\\]",
|
||||
}
|
||||
|
||||
r := strings.NewReplacer(args...)
|
||||
|
Loading…
x
Reference in New Issue
Block a user