Skip to content

Commit

Permalink
infra - improving list_permissions rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
lzap committed Feb 7, 2012
1 parent ff9d789 commit 85abee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/tasks/list_permissions.rake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ task :list_permissions => :environment do
url = URL + rule.sub(":", '#l')
end
if ENV['TEXT'].nil?
puts "||[#{url} #{klass_name}]||#{action}||#{rule}||#{notes}||"
puts "||[#{url} #{klass_name}]|| #{action} || #{rule} || #{notes} ||"
else
puts "#{klass_name} #{action} #{full_rule} #{notes}"
end
Expand Down

0 comments on commit 85abee9

Please sign in to comment.