diff --git a/assets/runtime/scripts/configure_feature_flags.rb b/assets/runtime/scripts/configure_feature_flags.rb index efe1368a..72197a99 100644 --- a/assets/runtime/scripts/configure_feature_flags.rb +++ b/assets/runtime/scripts/configure_feature_flags.rb @@ -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