aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2018-05-11 10:26:08 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-11 10:28:14 -0700
commit6b0ccd10a8b372ca81f5fb00b9172e894dcfaaac (patch)
tree0f955d3142fd05ffa213a20a0a444e298759279f /scripts
parent4926eaf573589d063544b48462544b556c5b408e (diff)
Wrap a comment line around 80 chars.
RELNOTES: None. PiperOrigin-RevId: 196272337
Diffstat (limited to 'scripts')
-rw-r--r--scripts/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/BUILD b/scripts/BUILD
index 32f2a39c31..ee6ef86c37 100644
--- a/scripts/BUILD
+++ b/scripts/BUILD
@@ -18,7 +18,7 @@ genrule(
output_to_bindir = 1,
# Bazel 0.8.0 doesn't have this target under @bazel_tools, so we have to
# use it from the main repository
- toolchains = ["@bazel_tools//tools/jdk:current_host_java_runtime"],
+ toolchains = ["@bazel_tools//tools/jdk:current_java_runtime"],
tools = [
":generate_bash_completion.sh",
"//src:bazel",