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/git/base_error.rb')
-rw-r--r--lib/gitlab/git/base_error.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/git/base_error.rb b/lib/gitlab/git/base_error.rb
index 330e947844c..48235b30d90 100644
--- a/lib/gitlab/git/base_error.rb
+++ b/lib/gitlab/git/base_error.rb
@@ -5,7 +5,7 @@ module Gitlab
module Git
class BaseError < StandardError
METADATA_KEY = :gitaly_error_metadata
- DEBUG_ERROR_STRING_REGEX = /(.*?) debug_error_string:.*$/m.freeze
+ DEBUG_ERROR_STRING_REGEX = /(.*?) debug_error_string:.*$/m
GRPC_CODES = {
'0' => 'ok',
'1' => 'cancelled',