From 2528169d41d844bb6d40a584641471763f0c05de Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 29 Dec 2025 12:23:50 +0000 Subject: [PATCH] chore: auto format code --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 80109ff..c4e68e0 100755 --- a/install.sh +++ b/install.sh @@ -181,7 +181,7 @@ resolve_source_dir() { if command -v git > /dev/null 2>&1; then local git_args=("--depth=1") if [[ "$branch" != "main" ]]; then - git_args+=("--branch" "$branch") + git_args+=("--branch" "$branch") fi if git clone "${git_args[@]}" https://github.com/tw93/mole.git "$tmp/mole" > /dev/null 2>&1; then