lib/robot-controller/robots.rb in robot-controller-0.3.3 vs lib/robot-controller/robots.rb in robot-controller-0.3.4
- old
+ new
@@ -71,10 +71,10 @@
end
end
# add defaults
if robot.size == 1
- robot << '*'
+ robot << 'default'
end
if robot.size == 2
robot << '1'
end
\ No newline at end of file