Skip to content

Commit

Permalink
📄 Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Oct 14, 2020
1 parent 5e6adac commit 6c8bba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ros_conda_wrapper_rc
Expand Up @@ -18,7 +18,7 @@ ORANGE='\033[0;33m'
NC='\033[0m' # No Color

# Check conda version
if ! type "\conda" >/dev/null 2>&1; then
if ! type "conda" >/dev/null 2>&1; then
echo -e "${ORANGE}WARNING:${NC} The ROS Conda wrapper could not be set since anaconda is not installed." 1>&2

# Set conda wrapper error variable
Expand Down

0 comments on commit 6c8bba9

Please sign in to comment.