fixed typos
This commit is contained in:
parent
2992cba387
commit
1495f67cb1
4
Rakefile
4
Rakefile
|
@ -199,7 +199,7 @@ namespace :justask do
|
|||
end
|
||||
|
||||
desc "Subscribes everyone to their answers"
|
||||
task fix_submarines: :enviornment do
|
||||
task fix_submarines: :environment do
|
||||
format = '%t (%c/%C) [%b>%i] %e'
|
||||
|
||||
total = Answer.count
|
||||
|
@ -219,7 +219,7 @@ namespace :justask do
|
|||
end
|
||||
|
||||
desc "Destroy lost subscriptions"
|
||||
task fix_torpedoes: :enviornment do
|
||||
task fix_torpedoes: :environment do
|
||||
format = '%t (%c/%C) [%b>%i] %e'
|
||||
|
||||
total = Subscription.count
|
||||
|
|
Loading…
Reference in New Issue