Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Correction to OAuth rakes output
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Bunsch committed Jun 11, 2011
1 parent 7c47907 commit 07c6382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/broadcast/media/oauth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def authorize
puts "\nAuthorization complete! Put the following in your Broadcast configuration file:\n\n"
puts "Broadcast.setup do |config|\n\n"
puts " config.#{namespace}.consumer_key = '#{consumer.key}'"
puts " config.#{namespace}.consumer_secret = '#{consumer.key}'"
puts " config.#{namespace}.consumer_secret = '#{consumer.secret}'"
puts " config.#{namespace}.access_token = '#{access_token.token}'"
puts " config.#{namespace}.access_secret = '#{access_token.secret}'"
puts "\nend"
Expand Down

0 comments on commit 07c6382

Please sign in to comment.