Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
install-prereqs-* typo fix.

Co-authored-by: Thomas Watson <[email protected]>
  • Loading branch information
arg7 and tpwrules authored Sep 16, 2024
1 parent de3e036 commit be7db14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tools/environment_install/install-prereqs-arch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fi
if [[ $DO_PYTHON_VENV_ENV -eq 1 ]]; then
echo "$SOURCE_LINE" >> ~/.bashrc
else
echo "Use $SOURCE_LINE to ativate Ardupilot venv"
echo "Use $SOURCE_LINE to activate Ardupilot venv"
fi

pip3 -q install -U $PYTHON_PKGS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if ! grep -Fxq "$SOURCE_LINE" ~/.bashrc; then
if [[ $DO_PYTHON_VENV_ENV -eq 1 ]]; then
echo $SOURCE_LINE >> ~/.bashrc
else
echo "Use $SOURCE_LINE to ativate Ardupilot venv"
echo "Use $SOURCE_LINE to activate Ardupilot venv"
fi
fi

Expand Down
2 changes: 1 addition & 1 deletion Tools/environment_install/install-prereqs-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ if [[ $VENV_LOOKUP ]]; then
if [[ $DO_PYTHON_VENV_ENV -eq 1 ]]; then
echo $SOURCE_LINE >> ~/$SHELL_LOGIN
else
echo "Use $SOURCE_LINE to ativate Ardupilot venv"
echo "Use $SOURCE_LINE to activate Ardupilot venv"
fi
fi

Expand Down

0 comments on commit be7db14

Please sign in to comment.