Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2014-12-30 17:17:46 +0300
committerMarin Jankovski <maxlazio@gmail.com>2014-12-30 17:17:46 +0300
commit7240150c8986c7aa21d0eb3140ac9a4c7674a4d2 (patch)
tree6c992b9afd6c15605a5017d1ad2eea796d3e5d91 /lib/api/repositories.rb
parented464edabeb62e35363ebadd0a5bb5ff394b6781 (diff)
Forward the messages in api response.
Diffstat (limited to 'lib/api/repositories.rb')
-rw-r--r--lib/api/repositories.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/repositories.rb b/lib/api/repositories.rb
index a1a7721b288..03a556a2c55 100644
--- a/lib/api/repositories.rb
+++ b/lib/api/repositories.rb
@@ -133,7 +133,7 @@ module API
env['api.format'] = :binary
present data
else
- not_found!
+ not_found!('File')
end
end