Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Dec 23, 2011
1 parent edc1214 commit c167635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -72,9 +72,9 @@ namespace :seinfeld do
Time.zone = user.time_zone || 'UTC'
user.fix_progress
user.save!
puts "#{u.login}#{' (disabled)' if u.disabled?}#{" #{u.time_zone}" if u.time_zone}"
puts "Current Streak: #{u.current_streak} #{u.streak_start} => #{u.streak_end}"
puts "Longest Streak: #{u.longest_streak} #{u.longest_streak_start} => #{u.longest_streak_end}"
puts "#{user.login}#{' (disabled)' if user.disabled?}#{" #{user.time_zone}" if user.time_zone}"
puts "Current Streak: #{user.current_streak} #{user.streak_start} => #{user.streak_end}"
puts "Longest Streak: #{user.longest_streak} #{user.longest_streak_start} => #{user.longest_streak_end}"
end

desc "Sets USER's timezone to ZONE."
Expand Down

0 comments on commit c167635

Please sign in to comment.