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 'app/models/namespaces/randomized_suffix_path.rb')
-rw-r--r--app/models/namespaces/randomized_suffix_path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/namespaces/randomized_suffix_path.rb b/app/models/namespaces/randomized_suffix_path.rb
index 586d7bff5c3..b22ba789688 100644
--- a/app/models/namespaces/randomized_suffix_path.rb
+++ b/app/models/namespaces/randomized_suffix_path.rb
@@ -3,7 +3,7 @@
module Namespaces
class RandomizedSuffixPath
MAX_TRIES = 4
- LEADING_ZEROS = /^0+/.freeze
+ LEADING_ZEROS = /^0+/
def initialize(path)
@path = path