Skip to content

Commit faf29da

Browse files
committed
trigger ci
1 parent 1fd5e45 commit faf29da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/install_colcon_plugins.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if [ "$ROS_DISTRO" = "humble" ]; then
44
pip install --upgrade pytest
55
pip install \
66
git+https://github.com/colcon/colcon-cargo.git \
7-
git+https://github.com/colcon/colcon-ros-cargo.git
7+
git+https://github.com/colcon/colcon-ros-cargo.git
88
else
99
pip install --break-system-packages pytest \
1010
git+https://github.com/colcon/colcon-cargo.git \

0 commit comments

Comments
 (0)