Skip to content

Commit

Permalink
fix: depth argument typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmir1 committed Aug 24, 2023
1 parent c1eb18a commit dd40eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/include/download-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if [ ! -d harfbuzz ]; then
fi

# libass
[ ! -d libass ] && git clone https://github.com/libass/libass --detph 1
[ ! -d libass ] && git clone https://github.com/libass/libass --depth 1

# lua
if [ ! -d lua ]; then
Expand Down

0 comments on commit dd40eb0

Please sign in to comment.