summaryrefslogtreecommitdiff
path: root/lib/api/circuit_breakers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/circuit_breakers.rb')
-rw-r--r--lib/api/circuit_breakers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/circuit_breakers.rb b/lib/api/circuit_breakers.rb
index 118883f5ea5..598c76f6168 100644
--- a/lib/api/circuit_breakers.rb
+++ b/lib/api/circuit_breakers.rb
@@ -41,7 +41,7 @@ module API
detail 'This feature was introduced in GitLab 9.5'
end
delete do
- Gitlab::Git::Storage::CircuitBreaker.reset_all!
+ Gitlab::Git::Storage::FailureInfo.reset_all!
end
end
end