aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-09-25 18:27:41 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-09-28 11:39:30 +0000
commit1d9bc022409e72641ba43069732265509718a74b (patch)
treef0aa94cfe8a1e8d3631aafc78234916a9e4235bb /src/main/java/com/google
parent152181aa5deed6e1009cf6b482bc71526b75441e (diff)
Fix attribute's rule name
Gah. -- MOS_MIGRATED_REVID=103959841
Diffstat (limited to 'src/main/java/com/google')
-rw-r--r--src/main/java/com/google/devtools/build/lib/bazel/rules/workspace/NewHttpArchiveRule.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/bazel/rules/workspace/NewHttpArchiveRule.java b/src/main/java/com/google/devtools/build/lib/bazel/rules/workspace/NewHttpArchiveRule.java
index 09c8059aff..1bda24ccf3 100644
--- a/src/main/java/com/google/devtools/build/lib/bazel/rules/workspace/NewHttpArchiveRule.java
+++ b/src/main/java/com/google/devtools/build/lib/bazel/rules/workspace/NewHttpArchiveRule.java
@@ -63,7 +63,7 @@ public class NewHttpArchiveRule implements RuleDefinition {
"tgz" here.</p>
<!-- #END_BLAZE_RULE.ATTRIBUTE --> */
.add(attr("type", STRING))
- /* <!-- #BLAZE_RULE(http_archive).ATTRIBUTE(strip_prefix) -->
+ /* <!-- #BLAZE_RULE(new_http_archive).ATTRIBUTE(strip_prefix) -->
A directory prefix to strip from the extracted files.
${SYNOPSIS}