Skip to content

Commit deac3cd

Browse files
committed
Set correct TypeUrl for custom ErForce message
1 parent ba85497 commit deac3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/simctl/robot_specs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func mapRobotSpec(spec RobotSpec) (protoSpec *RobotSpecs) {
125125
}
126126
customErForce.ProtoReflect().Descriptor().FullName()
127127
protoSpec.Custom = append(protoSpec.Custom, &any.Any{
128-
TypeUrl: "RobotSpecErForce",
128+
TypeUrl: "type.googleapis.com/sslsim.RobotSpecErForce",
129129
Value: customErForceSerialized,
130130
})
131131
return

0 commit comments

Comments
 (0)