Skip to content

Commit

Permalink
Merge pull request #1400 from samvera/force-solr-conf
Browse files Browse the repository at this point in the history
Force overwrite of `solr/conf` files if they have changes
  • Loading branch information
jrgriffiniii authored Aug 19, 2019
2 parents 4fb5c8e + 405a5ef commit 910497b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/active_fedora/config/solr/solr_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Config::SolrGenerator < Rails::Generators::Base
def generate
# Overwrite the configuration files that Blacklight has installed
copy_file 'solr.yml', 'config/solr.yml', force: true
directory 'solr', 'solr'
directory 'solr', 'solr', force: true
end

def solr_wrapper_config
Expand Down

0 comments on commit 910497b

Please sign in to comment.