Skip to content

Commit

Permalink
Fix release task
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Phoenix committed Mar 31, 2010
1 parent 4aae529 commit 8c86226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/release.rake
Expand Up @@ -23,7 +23,7 @@ namespace :release do

STDOUT.sync = true
print "Did you update @config_version in configure? [y/n]"
unless STDIN.gets == "y"
unless STDIN.gets.strip == "y"
puts "Well go change it then!"
exit
end
Expand Down

0 comments on commit 8c86226

Please sign in to comment.