Skip to content

Commit

Permalink
Added description to the Capistrano task
Browse files Browse the repository at this point in the history
So that the task is visible in "cap -T"
  • Loading branch information
bansalakhil committed Jul 3, 2015
1 parent 26cc610 commit faf87de
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 faf87de

Please sign in to comment.