Skip to content

Commit

Permalink
Fix ./go build
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed May 3, 2016
1 parent 0ed2d50 commit 10893e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ task :push_release => [:release] do
end

desc 'Build the selenium client jars'
task 'selenium-java' => '//java/client/src/org/openqa/selenium:selenium-java'
task 'selenium-java' => '//java/client/src/org/openqa/selenium:selenium'

desc 'Build and package Selenium IDE'
task :release_ide => [:ide] do
Expand Down

0 comments on commit 10893e3

Please sign in to comment.