Skip to content

Commit

Permalink
Update client.go (#4295)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Aug 19, 2024
1 parent ea22dd9 commit 1077e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robot/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ func (rc *RobotClient) MachineStatus(ctx context.Context) (robot.MachineStatus,
return mStatus, nil
}

// Version returns version information about the robot.
// Version returns version information about the machine.
func (rc *RobotClient) Version(ctx context.Context) (robot.VersionResponse, error) {
mVersion := robot.VersionResponse{}

Expand Down

0 comments on commit 1077e83

Please sign in to comment.