diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-01 18:07:00 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-09-01 18:07:00 +0200 |
commit | 3e127a054bd3ec702b5adea3655dc283a636d245 (patch) | |
tree | 5351711851e7d993b64b9ad42aad2442a7236faf /lib | |
parent | 4102eb3b85a1a9d43bebe116066719e6b0872566 (diff) | |
download | gitlab-ce-3e127a054bd3ec702b5adea3655dc283a636d245.tar.gz |
'all' is not a valid username
Diffstat (limited to 'lib')
-rw-r--r-- | lib/gitlab/blacklist.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/blacklist.rb b/lib/gitlab/blacklist.rb index a47d120dd21..65efb6e4407 100644 --- a/lib/gitlab/blacklist.rb +++ b/lib/gitlab/blacklist.rb @@ -26,6 +26,7 @@ module Gitlab hooks notes unsubscribes + all ) end end |