diff --git a/unused_deps/unused_deps.go b/unused_deps/unused_deps.go index 6a829c81f..ef5d8f40b 100644 --- a/unused_deps/unused_deps.go +++ b/unused_deps/unused_deps.go @@ -380,7 +380,7 @@ func main() { buildCmd = append(buildCmd, config.DefaultExtraBuildFlags...) buildCmd = append(buildCmd, "--output_groups=+unused_deps_outputs") buildCmd = append(buildCmd, "--override_repository=unused_deps="+aspectDir) - buildCmd = append(buildCmd, "--aspects=@unused_deps//:unused_deps.bzl%javac_params") + buildCmd = append(buildCmd, "--aspects=@@unused_deps//:unused_deps.bzl%javac_params") buildCmd = append(buildCmd, buildOptions()...) blazeArgs := append(buildCmd, targetPatterns...)