From 912b01b54602a1fbbe81a45f4d74c7c566fd1b36 Mon Sep 17 00:00:00 2001 From: Andres Montano <andres.montano@tecnalia.com> Date: Sun, 12 Jun 2022 17:05:36 +0200 Subject: [PATCH] Fix cbclean command --- dotfiles/ros.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/ros.bash b/dotfiles/ros.bash index 3d343cf..9c0b746 100644 --- a/dotfiles/ros.bash +++ b/dotfiles/ros.bash @@ -27,7 +27,7 @@ function cbclean(){ } function cib(){ - catkin init && catkin config --extend /opt/ros/${ROS_DISTRO} && catkin build + catkin init && catkin config --extend /opt/ros/${ROS_DISTRO} && cb } # If terminal starts in a ws, auto source it (useful for vscode) -- GitLab