From 615a77df83cc84e6b3c0ac221035ad88e73a5ac8 Mon Sep 17 00:00:00 2001 From: Luigi Leoni Date: Thu, 27 Apr 2017 09:33:48 +0200 Subject: Wrong method call on notify_post_receive. --- lib/api/internal.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/api/internal.rb b/lib/api/internal.rb index 5b48ee8665f..ebed26dd178 100644 --- a/lib/api/internal.rb +++ b/lib/api/internal.rb @@ -140,7 +140,7 @@ module API begin Gitlab::GitalyClient::Notifications.new(project.repository).post_receive rescue GRPC::Unavailable => e - render_api_error(e, 500) + render_api_error!(e, 500) end end end -- cgit v1.2.1