Skip to content

Commit

Permalink
build: fix path to CHANGES file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreastt committed Mar 14, 2015
1 parent 3c45e65 commit 4d3de56
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 @@ -499,7 +499,7 @@ task :release => [
rm_rf temp
deep = File.join(temp, "/selenium-#{version}")
mkdir_p deep
cp 'java/CHANGELOG', deep
cp 'CHANGES', deep

sh "cd #{deep} && jar xf ../../#{File.basename(zip)}"
renames.each do |from, to|
Expand Down

0 comments on commit 4d3de56

Please sign in to comment.