Fix typo in go_branch.sh script.

With the ticks, the command `master` is actually be run and the output included
(which is nothing). This is confusing, as we actually mean to say "master" in
the description of the Go branch.

PiperOrigin-RevId: 282426081
This commit is contained in:
Adin Scannell
2019-11-25 13:53:27 -08:00
committed by gVisor bot
parent 97d2c9a94e
commit d92dc065fd
+1 -1
View File
@@ -78,7 +78,7 @@ cat > README.md <<EOF
# gVisor
This branch is a synthetic branch, containing only Go sources, that is
compatible with standard Go tools. See the `master` branch for authoritative
compatible with standard Go tools. See the master branch for authoritative
sources and tests.
EOF