Skip to content

Commit

Permalink
Fix riscli
Browse files Browse the repository at this point in the history
  • Loading branch information
taktv6 committed Apr 15, 2020
1 parent 687a18b commit 64cc1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/riscli/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import (
)

func printRoute(ar *api.Route) {
r := route.RouteFromProtoRoute(ar)
r := route.RouteFromProtoRoute(ar, false)
fmt.Println(r.Print())
}

0 comments on commit 64cc1c4

Please sign in to comment.