Skip to content

Commit

Permalink
Fix bug with name of run task.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Harrelson committed Aug 4, 2011
1 parent 15d67cb commit 7df4851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rdoc
Expand Up @@ -164,11 +164,11 @@ Stops Sphinx, if running, then starts Sphinx.

From Command-Line:

cap production thinking_sphinx:run
cap production thinking_sphinx:ts_run

As Callback:

after "deploy:update_code", "thinking_sphinx:run"
after "deploy:update_code", "thinking_sphinx:ts_run"

=== start

Expand Down
2 changes: 1 addition & 1 deletion lib/ninja_deploy/recipes/thinking_sphinx.rb
Expand Up @@ -12,7 +12,7 @@

desc "Run the Sphinx daemon"
task :ts_run do
rake "thinking_sphinx:run"
rake "ts:run"
end

desc "Start the Sphinx daemon"
Expand Down

0 comments on commit 7df4851

Please sign in to comment.