Skip to content

Commit

Permalink
yolt
Browse files Browse the repository at this point in the history
  • Loading branch information
bvisness committed Jul 5, 2023
1 parent 3f1e67a commit a360ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euxo pipefail

export PATH="$(pwd)/depot_tools;$PATH"
export PATH="$(pwd)/depot_tools:$PATH"

# Download depot_tools
if [ ! -d "depot_tools" ]; then
Expand Down

0 comments on commit a360ff0

Please sign in to comment.