Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
fix by pubref#258
  • Loading branch information
kevin3314 authored Jan 29, 2020
1 parent 9904344 commit a9c63a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf/internal/proto_compile.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ proto_compile = rule(
mandatory = False,
),
"protos": attr.label_list(
allow_files = FileType([".proto"]),
allow_files = [".proto"],
),
"includes": attr.string_list(),
"excludes": attr.string_list(),
Expand Down

0 comments on commit a9c63a3

Please sign in to comment.