mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2025-12-08 17:36:24 +00:00
fix indent in script configure_feature_flags.rb
This commit is contained in:
parent
080b645685
commit
6859cd551f
@ -21,7 +21,7 @@ class FeatureFlagCLI
|
||||
feature_flag_yamls.concat(Dir.glob("#{Gitlab.root}/ee/config/feature_flags/**/*.yml"))
|
||||
end if
|
||||
|
||||
list = feature_flag_yamls.map { |p| File.basename(p, File.extname(p)) }
|
||||
list = feature_flag_yamls.map { |p| File.basename(p, File.extname(p)) }
|
||||
list
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user