Skip to content

Commit a805193

Browse files
committed
fix
1 parent 8c15ef5 commit a805193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN git clone https://github.com/husarion/rosbot_ros.git && \
2626
find open_manipulator_x -mindepth 1 -maxdepth 1 ! -name 'open_manipulator_x_description' -exec rm -r {} + && \
2727
# ROSbot XL + manipulator setup
2828
git clone https://github.com/husarion/rosbot_xl_manipulation_ros && \
29-
find open_manipulator_x -mindepth 1 -maxdepth 1 ! -name 'rosbot_xl_manipulation_description' -exec rm -r {} +
29+
find rosbot_xl_manipulation_ros -mindepth 1 -maxdepth 1 ! -name 'rosbot_xl_manipulation_description' -exec rm -r {} +
3030

3131
# ffmpeg image transport plugin
3232
RUN apt update && apt install -y \

0 commit comments

Comments
 (0)