Skip to content

Commit

Permalink
Fixing path
Browse files Browse the repository at this point in the history
  • Loading branch information
nikunjy committed Jul 26, 2020
1 parent aea8e93 commit 13d96e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gazelle/go_link/proto_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (x *xlang) Kinds() map[string]rule.KindInfo {
func (x *xlang) Loads() []rule.LoadInfo {
return []rule.LoadInfo{
{
Name: "@golink/proto//:proto.bzl",
Name: "@golink//proto:proto.bzl",
Symbols: []string{"go_proto_link"},
},
}
Expand Down

0 comments on commit 13d96e7

Please sign in to comment.