Skip to content

Commit 9253a12

Browse files
authored
Update colcon_cd.sh source path for Lyrical
Signed-off-by: Johnson Lee <27893441+liyufan@users.noreply.github.com>
1 parent ac1b644 commit 9253a12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/Tutorials/Beginner-Client-Libraries/Colcon-Tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ To set up ``colcon_cd`` you need to run the following commands to modify your sh
331331

332332
.. code-block:: console
333333
334-
$ echo "source /usr/share/colcon_cd/function/colcon_cd.sh" >> ~/.bashrc
334+
$ echo "source /etc/profile.d/colcon_cd.sh" >> ~/.bashrc
335335
$ echo "export _colcon_cd_root=/opt/ros/{DISTRO}/" >> ~/.bashrc
336336
337337
.. group-tab:: macOS

0 commit comments

Comments
 (0)