mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
removed quotes
This commit is contained in:
parent
20d07a819a
commit
32f8a7b27c
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ func Symbols() (Parsed, bool) {
|
|||
}
|
||||
|
||||
func RoutesPrefixed(prefix string) (Parsed, bool) {
|
||||
return RunAndParse("route all '"+prefix+"'", parseRoutes)
|
||||
return RunAndParse("route all "+prefix, parseRoutes)
|
||||
}
|
||||
|
||||
func RoutesProto(protocol string) (Parsed, bool) {
|
||||
|
|
Loading…
Add table
Reference in a new issue