Skip to content

Commit

Permalink
Merge pull request #23738 from grpc/nanahpang-patch-2
Browse files Browse the repository at this point in the history
Update docgen.py
  • Loading branch information
nanahpang committed Aug 5, 2020
2 parents 949c1fe + e4ead4b commit 686e038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/distrib/python/docgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
subprocess.check_call(['git', 'checkout', '-b', doc_branch], cwd=repo_dir)
subprocess.check_call([
'git', 'remote', 'add', 'ssh-origin',
'git@github.com:%s/grpc.git' % (args.repo_owner)
'git@github.com:%s/grpc.git' % args.repo_owner
],
cwd=repo_dir)
print('Updating documentation...')
Expand Down

0 comments on commit 686e038

Please sign in to comment.