Skip to content

Commit

Permalink
[java] Fixing artifact visibility in buck build
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Dec 9, 2018
1 parent 737ef23 commit ead304f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/firebug/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ export_file(name = 'firebug',
src = 'firebug-1.5.0-fx.xpi',
out = 'firebug-1.5.0-fx.xpi',
visibility = [
'//java/client/test/org/openqa/selenium/testing/drivers:firebug',
'//java/client/test/org/openqa/selenium/firefox:firebug',
],
)

0 comments on commit ead304f

Please sign in to comment.