summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-11-25 13:51:13 -0800
committergVisor bot <gvisor-bot@google.com>2019-11-25 13:53:27 -0800
commitd92dc065fd98b5875a0945ccc062f91fc4d39190 (patch)
treefcdcaeeae1d467a56ba2cf3025320088c54b1bbd /tools
parent97d2c9a94e802bcb450e50816a913dfc18afc0e3 (diff)
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
Diffstat (limited to 'tools')
-rwxr-xr-xtools/go_branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/go_branch.sh b/tools/go_branch.sh
index 0ac16e266..f97a74aaf 100755
--- a/tools/go_branch.sh
+++ b/tools/go_branch.sh
@@ -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