From 8cefeb050333ec18e6e0115b1fb201af5561734c Mon Sep 17 00:00:00 2001 From: Goutham Annem Date: Mon, 15 Jun 2026 11:08:54 -0700 Subject: [PATCH] docs: remove stale -b v2 flag from clone command in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 577e8f39e4..6bb8d7165b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -133,7 +133,7 @@ part before or alongside your code PR. 1. **Clone the repository:** ```shell - gh repo clone google/adk-python -- -b v2 + gh repo clone google/adk-python cd adk-python ```