summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordigitalMoksha <bwalker@gitlab.com>2017-11-25 15:20:24 +0100
committerdigitalMoksha <bwalker@gitlab.com>2017-11-25 15:20:24 +0100
commit30a9fc33f38ca552d5d53e7096edd2a1c1648db4 (patch)
treee7c868e842f8d771456748d943bea1a161911ef2
parent3bb103f28272bae4b541a3291d3ebd8396f97ca0 (diff)
downloadgitlab-ce-40352-ignore-hashed-repos-cleanup-dirs.tar.gz
-rw-r--r--lib/tasks/gitlab/cleanup.rake3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/tasks/gitlab/cleanup.rake b/lib/tasks/gitlab/cleanup.rake
index e3a18b327dd..eb0f757aea7 100644
--- a/lib/tasks/gitlab/cleanup.rake
+++ b/lib/tasks/gitlab/cleanup.rake
@@ -1,7 +1,6 @@
namespace :gitlab do
namespace :cleanup do
-
- HASHED_REPOSITORY_NAME = '@hashed'
+ HASHED_REPOSITORY_NAME = '@hashed'.freeze
desc "GitLab | Cleanup | Clean namespaces"
task dirs: :environment do