Skip to content

Commit

Permalink
#71 Typo fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Ozgur OZKAN committed Aug 10, 2013
1 parent 5b49ffd commit e7ebf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lib/tasks/annotate.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace :annotate do
desc 'Annotate your models!'
task :models, :needs => :environment do |t, args|
task models: :environment do |t, args|
exec 'annotate --exclude tests,fixtures,factories -p before'
end
end

0 comments on commit e7ebf06

Please sign in to comment.