We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabfd42 commit b3b09c6Copy full SHA for b3b09c6
assets/runtime/scripts/configure_feature_flags.rb
@@ -21,7 +21,7 @@ def available_feature_flags()
21
feature_flag_yamls.concat(Dir.glob("#{Gitlab.root}/ee/config/feature_flags/**/*.yml"))
22
end if
23
24
- list = feature_flag_yamls.map { |p| File.basename(p, File.extname(p)) }
+ list = feature_flag_yamls.map { |p| File.basename(p, File.extname(p)) }
25
list
26
end
27
0 commit comments