Skip to content

Commit bd28498

Browse files
committed
feedback
1 parent b00bc30 commit bd28498

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cli/client.go

+4
Original file line numberDiff line numberDiff line change
@@ -1414,6 +1414,10 @@ func tunnelTraffic(ctx *cli.Context, robotClient *client.RobotClient, local, des
14141414
}
14151415

14161416
func (c *viamClient) robotPartTunnel(cCtx *cli.Context, args robotsPartTunnelArgs) error {
1417+
if err := c.ensureLoggedIn(); err != nil {
1418+
return err
1419+
}
1420+
14171421
orgStr := args.Organization
14181422
locStr := args.Location
14191423
robotStr := args.Machine

0 commit comments

Comments
 (0)