Skip to content

Commit 9d31dab

Browse files
committed
use 'git clone' instead of 'git checkout'
1 parent f32c76f commit 9d31dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities/batch_generate_apis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# Check out the googleapis and discovery-artifact-manager repo somewhere locally
1818
# (e.g. from https://github.com/googleapis/googleapis):
1919
#
20-
# $ git checkout https://github.com/googleapis/googleapis.git
21-
# $ git checkout https://github.com/googleapis/discovery-artifact-manager.git
20+
# $ git clone https://github.com/googleapis/googleapis.git
21+
# $ git clone https://github.com/googleapis/discovery-artifact-manager.git
2222
#
2323
# Run this script:
2424
#

0 commit comments

Comments
 (0)