Skip to content

Commit

Permalink
+ try rake task description text
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Mar 13, 2011
1 parent 297d753 commit 2cafcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/tasks/shortcuts.rake
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ task :index => :application do
Rake::Task[:'index:randomly'].invoke Rake::Task[:'index:randomly'].invoke
end end


desc "Try the given text in the indexer/query (index:category optional)." desc "Try the given text in the indexer/query (index and category optional)."
task :try, [:text, :index, :category] => :application do |_, options| task :try, [:text, :index, :category] => :application do |_, options|
text, index, category = options.text, options.index, options.category text, index, category = options.text, options.index, options.category


Expand Down

0 comments on commit 2cafcf2

Please sign in to comment.