File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ lfs_archive = repository_rule(
101101 "Either build_file or build_file_content can be specified, but not both." ),
102102 "build_file" : attr .label (doc = "The file to use as the BUILD file for this repository. " +
103103 "Either build_file or build_file_content can be specified, but not both." ),
104- "strip_prefix" : attr .string (default = "" , doc = "A directory prefix to strip from the extracted files. " ),
104+ "strip_prefix" : attr .string (default = "" , doc = "A directory prefix to strip from the extracted files." ),
105105 },
106106)
107107
@@ -114,7 +114,7 @@ lfs_archives = repository_rule(
114114 doc = "Local paths to the LFS archives to extract in order." ,
115115 mandatory = True ,
116116 ),
117- "strip_prefix" : attr .string (default = "" , doc = "A directory prefix to strip from the extracted files. " ),
117+ "strip_prefix" : attr .string (default = "" , doc = "A directory prefix to strip from the extracted files." ),
118118 },
119119)
120120
You can’t perform that action at this time.
0 commit comments