From 9d31dabf8bb337344f3c93cbe42cf72259f97cb6 Mon Sep 17 00:00:00 2001 From: Andrea Lin Date: Thu, 9 Aug 2018 13:39:06 -0400 Subject: [PATCH] use 'git clone' instead of 'git checkout' --- utilities/batch_generate_apis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utilities/batch_generate_apis.py b/utilities/batch_generate_apis.py index ec4e706ac450..175668c9e996 100644 --- a/utilities/batch_generate_apis.py +++ b/utilities/batch_generate_apis.py @@ -17,8 +17,8 @@ # Check out the googleapis and discovery-artifact-manager repo somewhere locally # (e.g. from https://github.com/googleapis/googleapis): # -# $ git checkout https://github.com/googleapis/googleapis.git -# $ git checkout https://github.com/googleapis/discovery-artifact-manager.git +# $ git clone https://github.com/googleapis/googleapis.git +# $ git clone https://github.com/googleapis/discovery-artifact-manager.git # # Run this script: #