Commit b02fca96 authored by Stan Hu's avatar Stan Hu

Merge branch 'patch-58' into 'master'

delete feature flag when disabling Rugged

See merge request gitlab-org/gitlab-ce!28289
parents 568999e6 2497917b
......@@ -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