Skip to content

Commit

Permalink
fix broken SDR task
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Cain committed Sep 20, 2023
1 parent ff358d2 commit 3b5f5b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/sdr.rake
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end

namespace :sdr do
desc 'Run Solr and GeoBlacklight for interactive development'
task server: %i[environment rails_server_args] do |_t, _args|
task server: %i[environment] do |_t, _args|
require 'solr_wrapper'

shared_solr_opts = { managed: true, verbose: true, persist: false, download_dir: 'tmp' }
Expand Down

0 comments on commit 3b5f5b9

Please sign in to comment.