Skip to content

Commit

Permalink
fixed desc of symfony:set_permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
issei-m committed Jan 2, 2015
1 parent 2dc4eb5 commit ff2e781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/tasks/symfony.rake
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace :symfony do
end
end

desc "Create the cache directory"
desc "Set user/group permissions on configured paths"
task :set_permissions do
on release_roles :all do
if fetch(:use_set_permissions)
Expand Down

0 comments on commit ff2e781

Please sign in to comment.