static-analysis fix
This commit is contained in:
parent
3bb103f282
commit
30a9fc33f3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue