Skip to content
Snippets Groups Projects
Commit 64cc1c4d authored by Oliver Herms's avatar Oliver Herms
Browse files

Fix riscli

parent 687a18b2
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,6 @@ import (
)
func printRoute(ar *api.Route) {
r := route.RouteFromProtoRoute(ar)
r := route.RouteFromProtoRoute(ar, false)
fmt.Println(r.Print())
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment