Skip to content

Commit

Permalink
Merge pull request ayamomiji#1 from bansalakhil/master
Browse files Browse the repository at this point in the history
Added desc to the Capistrano task so that it can be listed with cap -T
  • Loading branch information
ayaya committed Jul 7, 2015
2 parents 26cc610 + 20bd50b commit 05f3a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/capistrano/tasks/rails_tail_log.rake
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
namespace :rails do
desc "Tail rails logs from server"
task :tail_log do
on roles(:app) do
execute "tail -f #{shared_path}/log/#{fetch(:rails_env)}.log"
Expand Down

0 comments on commit 05f3a11

Please sign in to comment.