1
0
Fork 0
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:
Matthias Hannig 2017-03-27 17:15:53 +02:00
parent 20d07a819a
commit 32f8a7b27c

View file

@ -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) {