Skip to content

Commit

Permalink
fix a typo in the script comments. (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusSorealheis authored Apr 17, 2024
1 parent fbe0583 commit 6d45a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment-examples/chromium/03_build_chrome_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ else
exit 0
fi

# Add deport_tools to path
# Add depot_tools to path
if [[ "$PATH" != *"/depot_tools"* ]]; then
cd ${HOME}
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
Expand Down

0 comments on commit 6d45a00

Please sign in to comment.