Skip to content

Commit

Permalink
[jsk_robot_startup] fix typo in update_workspace_main.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
knorth55 committed Oct 3, 2022
1 parent 514e3d0 commit 730836f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ WSTOOL_UPDATE_RESULT=$?
if [ "${ROSDEP_INSTALL}" == "true" ]; then
sudo apt-get update -y;
rosdep update;
rosdep install --from-paths $WORKSPACE/src --ignore-src -y -r --skip-keys $SKIP_KEYS;
rosdep install --from-paths $WORKSPACE/src --ignore-src -y -r --skip-keys "$SKIP_KEYS";
ROSDEP_INSTALL_RESULT=$?;
else
ROSDEP_INSTALL_RESULT=0;
Expand Down

0 comments on commit 730836f

Please sign in to comment.