Skip to content

Commit

Permalink
style: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamantios committed Oct 18, 2024
1 parent b438102 commit 11eed68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autonomy/deploy/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def __init__( # pylint: disable=too-many-arguments
if apply_environment_variables:
warn( # pragma: no cover
"`apply_environment_variables` argument is deprecated and will be removed in v1.0.0, "
"usage of environment varibales is default now.",
"usage of environment variables is default now.",
DeprecationWarning,
stacklevel=2,
)
Expand Down
2 changes: 1 addition & 1 deletion deployments/Dockerfiles/autonomy/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ echo "Successfully built the host dependencies."

echo "Installing the necessary python dependencies!"
aea install --timeout 600 $EXTRA_DEPENDENCIES || exit 1
echo "Successfully Installed the python dependecies."
echo "Successfully Installed the python dependencies."

echo "Done."
cd ..

0 comments on commit 11eed68

Please sign in to comment.