Commit 2497917b authored by Ben Bodenmiller's avatar Ben Bodenmiller

delete feature flag when disabling Rugged

parent e8fe08fc
......@@ -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