Skip to content

Commit

Permalink
Remove glob
Browse files Browse the repository at this point in the history
  • Loading branch information
borkaehw committed Jan 15, 2020
1 parent 01666c6 commit 29a140b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/scalafmt/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ filegroup(

scala_binary(
name = "scalafmt",
srcs = glob(["scalafmt/ScalafmtRunner.scala"]),
srcs = ["scalafmt/ScalafmtRunner.scala"],
main_class = "io.bazel.rules_scala.scalafmt.ScalafmtRunner",
visibility = ["//visibility:public"],
deps = [
Expand Down

0 comments on commit 29a140b

Please sign in to comment.