Commit c69637df9a7397133198853e093fd5cfabf10ae2

Authored by Robert Schilling
1 parent 66835843

Add 'hooks' to path blacklist.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/gitlab/blacklist.rb
@@ -3,7 +3,7 @@ module Gitlab @@ -3,7 +3,7 @@ module Gitlab
3 extend self 3 extend self
4 4
5 def path 5 def path
6 - %w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services repository) 6 + %w(admin dashboard groups help profile projects search public assets u s teams merge_requests issues users snippets services repository hooks)
7 end 7 end
8 end 8 end
9 end 9 end