Skip to content

Commit

Permalink
fix misplaced quote
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Jul 26, 2016
1 parent 991ab8b commit ebe5a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/blacklight/solr5_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def install_solrwrapper
gem 'solr_wrapper', '>= 0.3'
end

append_to_file "Rakefile", "\nrequire 'solr_wrapper/rake_task unless Rails.env.production?'\n"
append_to_file "Rakefile", "\nrequire 'solr_wrapper/rake_task' unless Rails.env.production?\n"
end

def add_rsolr_gem
Expand Down

0 comments on commit ebe5a6b

Please sign in to comment.