diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-14 18:12:48 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-09-14 18:12:48 +0000 |
commit | 35f525b5e4c2246f2411f627d4c119c5b2c5ae81 (patch) | |
tree | faa8eb9ded77bae862b881e9128a919e74ad1c5e /lib/api/debian_group_packages.rb | |
parent | c014b6b4e5c33180dd5cbff1dd1bb4623d1eca80 (diff) | |
download | gitlab-ce-35f525b5e4c2246f2411f627d4c119c5b2c5ae81.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/debian_group_packages.rb')
-rw-r--r-- | lib/api/debian_group_packages.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/debian_group_packages.rb b/lib/api/debian_group_packages.rb index 8bf4ac22802..0962d749558 100644 --- a/lib/api/debian_group_packages.rb +++ b/lib/api/debian_group_packages.rb @@ -48,7 +48,7 @@ module API route_setting :authentication, authenticate_non_public: true get 'pool/:distribution/:project_id/:letter/:package_name/:package_version/:file_name', requirements: PACKAGE_FILE_REQUIREMENTS do - present_package_file! + present_distribution_package_file! end end end |