diff --git a/command/rtt.go b/command/rtt.go index 2e71941b1..88a3ba140 100644 --- a/command/rtt.go +++ b/command/rtt.go @@ -97,7 +97,7 @@ func (c *RTTCommand) Run(args []string) int { parts1 := strings.Split(nodes[0], ".") parts2 := strings.Split(nodes[1], ".") if len(parts1) != 2 || len(parts2) != 2 { - c.Ui.Error("Node names must be specified as . with -wan") + c.Ui.Error("Node names must be specified as . with -wan") return 1 } node1, dc1 := parts1[0], parts1[1]