Skip to content

Commit

Permalink
[java] Fixing bazel target name for webdriver_prefs.json
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Sep 15, 2019
1 parent 7426e2f commit 9b8758a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/src/org/openqa/selenium/firefox/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ java_export(

copy_file(
name = "prefs",
src = "//third_party/js/selenium:webdriver.json",
src = "//third_party/js/selenium:webdriver_json",
out = "webdriver_prefs.json",
)

0 comments on commit 9b8758a

Please sign in to comment.