Skip to content

Commit

Permalink
[ros-swri_console] more env var fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed May 7, 2024
1 parent 0afeeca commit f0b96d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros-swri_console/setup
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
if [[ ! -v TUE_ENV_ROS_VERSION && -v TUE_ROS_VERSION ]]
then
TUE_ENV_ROS_VERSION=${TUE_ROS_VERSION}
>&2 echo -e "\e[33;1m[ros-swri_console] Change the config of your environment to use 'TUE_ENV_ROS_DISTRO' instead of 'TUE_ROS_DISTRO'.\e[0m"
>&2 echo -e "\e[33;1m[ros-swri_console] Change the config of your environment to use 'TUE_ENV_ROS_VERSION' instead of 'TUE_ROS_VERSION'.\e[0m"
fi
if [[ "${TUE_ENV_ROS_VERSION}" -eq 1 ]]
then
Expand Down

0 comments on commit f0b96d1

Please sign in to comment.