Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/gl_repository/identifier.rb')
-rw-r--r--lib/gitlab/gl_repository/identifier.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/gl_repository/identifier.rb b/lib/gitlab/gl_repository/identifier.rb
index f521a14ea19..787e80fb763 100644
--- a/lib/gitlab/gl_repository/identifier.rb
+++ b/lib/gitlab/gl_repository/identifier.rb
@@ -23,7 +23,7 @@ module Gitlab
return identifier if identifier&.valid?
- raise InvalidIdentifier, %Q(Invalid GL Repository "#{gl_repository}")
+ raise InvalidIdentifier, %(Invalid GL Repository "#{gl_repository}")
end
# The older 2-segment format, where the container is implied.