Skip to content

Commit

Permalink
Remove a linebreak for changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattes Groeger committed Apr 14, 2014
1 parent 3e442e4 commit 95e5632
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 @@ -66,7 +66,7 @@ def upload_release(version, asset_path)

# show change log, get it confirmed by user (y/n)
changelog = changes.join
changelog << "\n\n#{thanks}" unless thanks.nil?
changelog << "\n#{thanks}" unless thanks.nil?
puts "> Changelog:\n#{changelog}\n\n"
return puts "Aborted!" if request_user_input("Do you want to create release #{version} with the above changelog? (y/n)", "n").downcase != "y"

Expand Down

0 comments on commit 95e5632

Please sign in to comment.