Skip to content

Commit

Permalink
Reversing thinking_sphinx symlink direction
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil Mahoney committed Aug 19, 2015
1 parent 6cecd6b commit 5876e1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbooks/thinking-sphinx-3/recipes/thinking_sphinx.rb
Expand Up @@ -27,8 +27,8 @@
end

#symlink config yml
link "#{shared_path}/config/thinking_sphinx.yml" do
to "#{current_path}/config/thinking_sphinx.yml"
link "#{current_path}/config/thinking_sphinx.yml" do
to "#{shared_path}/config/thinking_sphinx.yml"
end

if util_or_app_server?(node[:sphinx][:utility_name])
Expand Down

0 comments on commit 5876e1d

Please sign in to comment.