Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
feedbackmine committed Mar 6, 2009
1 parent e8f405a commit 5791d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Expand Up @@ -15,7 +15,7 @@
desc "Restarting mod_rails/crawler/sphinx"
task :restart, :roles => :app, :except => { :no_release => true } do
run "touch #{current_path}/tmp/restart.txt"
run "touch /tmp/restart-cralwer.txt"
run "touch /tmp/restart-crawler.txt"
restart_sphinx
end

Expand Down

0 comments on commit 5791d6d

Please sign in to comment.