Skip to content

Commit

Permalink
Fixing Ruby build after renaming COPYING to LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 1, 2015
1 parent 28bd2c4 commit b1c5156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ruby_library(name = "common",
"README.md"
],
resources = [
{ "../COPYING" : "rb/COPYING" }
{ "../LICENSE" : "rb/LICENSE" }
],
deps = [ "//java/client/test/org/openqa/selenium/environment" ]
)
Expand Down

0 comments on commit b1c5156

Please sign in to comment.