Skip to content

Commit

Permalink
Update go/tools/gopackagesdriver/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zhongpeng Lin <[email protected]>
  • Loading branch information
JamyDev and linzhp authored Oct 21, 2022
1 parent a1d5e4d commit 99d451f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/tools/gopackagesdriver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var (
// It seems https://github.com/bazelbuild/bazel/issues/3115 isn't fixed when specifying
// the aspect from the command line. Use this trick in the mean time.
rulesGoRepositoryName = getenvDefault("GOPACKAGESDRIVER_RULES_GO_REPOSITORY_NAME", "@io_bazel_rules_go")
rulesGoAspect = rulesGoRepositoryName + "//go/tools/gopackagesdriver:aspect.bzl%go_pkg_info_aspect"
goDefaultAspect = rulesGoRepositoryName + "//go/tools/gopackagesdriver:aspect.bzl%go_pkg_info_aspect"
bazelBin = getenvDefault("GOPACKAGESDRIVER_BAZEL", "bazel")
bazelFlags = strings.Fields(os.Getenv("GOPACKAGESDRIVER_BAZEL_FLAGS"))
bazelQueryFlags = strings.Fields(os.Getenv("GOPACKAGESDRIVER_BAZEL_QUERY_FLAGS"))
Expand Down

0 comments on commit 99d451f

Please sign in to comment.