changed all the depth 1 to depth=1

This commit is contained in:
JaKooLit
2025-03-08 23:16:05 +09:00
parent f3d0b3ddfb
commit 0bdef7305d
4 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ if [ -d "$theme_name" ]; then
fi
# Clone the repository
if git clone --depth 1 "$source_theme" "$theme_name"; then
if git clone --depth=1 "$source_theme" "$theme_name"; then
if [ ! -d "$theme_name" ]; then
echo "${ERROR} Failed to clone the repository." | tee -a "$LOG"
fi