Commit dde56576 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 6e3025b7 b02fca96
......@@ -17,7 +17,7 @@ namespace :gitlab do
if status
Feature.enable(flag)
else
Feature.disable(flag)
Feature.get(flag).remove
end
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment