From 038366a0932c5f88019cc3db85382f26af3933e7 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 30 Oct 2020 15:08:59 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- bin/feature-flag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/feature-flag b/bin/feature-flag index 0de9b90681f..613ddc1d8cb 100755 --- a/bin/feature-flag +++ b/bin/feature-flag @@ -104,7 +104,7 @@ class FeatureFlagOptionParser end # Name is a first name - options.name = argv.first + options.name = argv.first.downcase.gsub(/-/, '_') options end -- cgit v1.2.3