fix typo, master branch -> main

This commit is contained in:
Tony Li 2021-10-17 22:52:57 -07:00 committed by GitHub
parent d85f40b8b0
commit cfb9e031dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ maybe(
# This example depends on the latest master. In an embedding project, it
# is advisable to pin Sandboxed API to a specific revision instead.
# commit = "ba47adc21d4c9bc316f3c7c32b0faaef952c111e", # 2020-05-15
branch = "master",
branch = "main",
remote = "https://github.com/google/sandboxed-api.git",
)