fixed typos

This commit is contained in:
Georg G 2015-04-21 14:30:05 +02:00
parent 2992cba387
commit 1495f67cb1
1 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ namespace :justask do
end end
desc "Subscribes everyone to their answers" desc "Subscribes everyone to their answers"
task fix_submarines: :enviornment do task fix_submarines: :environment do
format = '%t (%c/%C) [%b>%i] %e' format = '%t (%c/%C) [%b>%i] %e'
total = Answer.count total = Answer.count
@ -219,7 +219,7 @@ namespace :justask do
end end
desc "Destroy lost subscriptions" desc "Destroy lost subscriptions"
task fix_torpedoes: :enviornment do task fix_torpedoes: :environment do
format = '%t (%c/%C) [%b>%i] %e' format = '%t (%c/%C) [%b>%i] %e'
total = Subscription.count total = Subscription.count