Skip to content

Commit ee38f33

Browse files
committed
Fixes typo in robot host address
Corrects a typo in the 'pami-triangle' robot's host address, ensuring correct connectivity.
1 parent fccffc9 commit ee38f33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/RobotService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class RobotService {
9898
}*/
9999
if (!hasPamiTriangle) {
100100
new Robot({
101-
host : 'pami-triangl.local:8082',
101+
host : 'pami-triangle.local:8082',
102102
name : 'Pami △',
103103
dirName : 'pami-triangle',
104104
simulateur: false,

0 commit comments

Comments
 (0)