summaryrefslogtreecommitdiff
path: root/lib/api/helm_packages.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/api/helm_packages.rb')
-rw-r--r--lib/api/helm_packages.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/helm_packages.rb b/lib/api/helm_packages.rb
index a1b265bc8f3..f90084a7e57 100644
--- a/lib/api/helm_packages.rb
+++ b/lib/api/helm_packages.rb
@@ -67,7 +67,7 @@ module API
track_package_event('pull_package', :helm, project: authorized_user_project, namespace: authorized_user_project.namespace)
- present_carrierwave_file!(package_file.file)
+ present_package_file!(package_file)
end
desc 'Authorize a chart upload from workhorse' do