From f5947587cc5ea0eb34ed3335bc9025ffa642907c Mon Sep 17 00:00:00 2001 From: Andreas Greiner Date: Thu, 15 Dec 2022 09:53:31 +0100 Subject: [PATCH] code cleanup --- root/etc/cont-init.d/98-ros2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/98-ros2 b/root/etc/cont-init.d/98-ros2 index 27b6587..3e2b01a 100755 --- a/root/etc/cont-init.d/98-ros2 +++ b/root/etc/cont-init.d/98-ros2 @@ -3,4 +3,4 @@ echo "**** Installing ros2 and ros dev tools" apt-get install -y \ ros-humble-ros-base \ - ros-dev-tools + ros-dev-tools