Navigation Menu

Skip to content

Commit

Permalink
Fixing issue with sphinx not starting when remote_sphinx set
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Ehlert committed Mar 22, 2012
1 parent f0c98ca commit 9ea21d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thinking_sphinx/tasks.rb
Expand Up @@ -138,5 +138,5 @@ def sphinx_pid
end

def sphinx_running?
ThinkingSphinx.sphinx_running?
ThinkingSphinx.sphinx_running? and !ThinkingSphinx.remote_sphinx?
end

0 comments on commit 9ea21d8

Please sign in to comment.