summaryrefslogtreecommitdiff
path: root/lib/gitlab/checks/project_moved.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/checks/project_moved.rb')
-rw-r--r--lib/gitlab/checks/project_moved.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/checks/project_moved.rb b/lib/gitlab/checks/project_moved.rb
index cb3b7acaaad..6f04fddc6c4 100644
--- a/lib/gitlab/checks/project_moved.rb
+++ b/lib/gitlab/checks/project_moved.rb
@@ -3,7 +3,7 @@
module Gitlab
module Checks
class ProjectMoved < PostPushMessage
- REDIRECT_NAMESPACE = "redirect_namespace".freeze
+ REDIRECT_NAMESPACE = "redirect_namespace"
def initialize(project, user, protocol, redirected_path)
@redirected_path = redirected_path