Skip to content

Commit

Permalink
Merge pull request #38 from alranel/patch-1
Browse files Browse the repository at this point in the history
Do not print elasticsearch_url
  • Loading branch information
allizad authored Jan 31, 2019
2 parents d032709 + 7fd6f47 commit e601fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/searchyll.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Jekyll::Hooks.register(:site, :pre_render) do |site|
config = Searchyll::Configuration.new(site)
if config.valid?
puts "setting up indexer hook with url #{config.elasticsearch_url.inspect}"
puts "setting up indexer hook"
indexers[site] = Searchyll::Indexer.new(config)
indexers[site].start
else
Expand Down

0 comments on commit e601fea

Please sign in to comment.