Skip to content

Commit

Permalink
Fix the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Sep 29, 2017
1 parent facd199 commit 161ce4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ genrule(
srcs = [
'//javascript/firefox-driver:webdriver',
'//javascript/firefox-driver:webdriver_prefs',
'//javascript/webdriver/atoms:getAttribute',
'//javascript/webdriver/atoms:get-attribute',
'//javascript/atoms/fragments:is-displayed',
'//cpp/prebuilt:noblur32',
'//cpp/prebuilt:noblur64'
Expand Down
2 changes: 1 addition & 1 deletion java/client/src/org/openqa/selenium/remote/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ java_library(name = 'remote-lib',

export_file(
name = 'get-attribute',
src = '//javascript/webdriver/atoms:getAttribute',
src = '//javascript/webdriver/atoms:get-attribute',
out = 'getAttribute.js',
)

Expand Down

0 comments on commit 161ce4d

Please sign in to comment.