mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
fix indent in script configure_feature_flags.rb
This commit is contained in:
parent
931a01abb8
commit
2d8a40a662
@ -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