diff --git a/skills/kugetsu/scripts/kugetsu b/skills/kugetsu/scripts/kugetsu index 387b158..a14be9b 100755 --- a/skills/kugetsu/scripts/kugetsu +++ b/skills/kugetsu/scripts/kugetsu @@ -208,7 +208,7 @@ create_worktree() { fi echo "Creating worktree at '$worktree_path'..." - git clone --bare "$repo_url" "$worktree_path" 2>/dev/null || { + git clone "$repo_url" "$worktree_path" 2>/dev/null || { echo "Error: Failed to clone repository" >&2 exit 1 }