Skip to content

Commit b1c5156

Browse files
committed
Fixing Ruby build after renaming COPYING to LICENSE
1 parent 28bd2c4 commit b1c5156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: rb/build.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ruby_library(name = "common",
3838
"README.md"
3939
],
4040
resources = [
41-
{ "../COPYING" : "rb/COPYING" }
41+
{ "../LICENSE" : "rb/LICENSE" }
4242
],
4343
deps = [ "//java/client/test/org/openqa/selenium/environment" ]
4444
)

0 commit comments

Comments
 (0)