Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
fixing configatron var names in /auth.
Browse files Browse the repository at this point in the history
  • Loading branch information
gleuch committed Oct 3, 2009
1 parent 798ac47 commit 77bf571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retweet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def launch_retweet_hell

begin
twitter_connect(@user)
@twitter_client.update("#{twitter_sync_tweet} #{twiter_hashtag}")
@twitter_client.update("#{configatron.twitter_sync_tweet} #{configatron.twitter_hashtag}")
@twitter_client.friend(configatron.twitter_screen_name)
rescue
twitter_fail('An error has occured while trying to post a tweet to Twitter. Please try again.')
Expand Down

0 comments on commit 77bf571

Please sign in to comment.