lib/softwear/lib.rb in softwear-lib-1.2.3 vs lib/softwear/lib.rb in softwear-lib-1.2.4
- old
+ new
@@ -92,10 +92,10 @@
end
unless $LOAD_PATH.grep(/sunspot_solr/).empty?
before :publishing, :reindex_solr do
on roles(:db) do
- execute :rake, 'sunspot:solr', 'reindex'
+ execute :rake, 'sunspot:solr:reindex'
end
end
end
# This is no longer necessary