diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-10-14 08:50:23 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-10-23 20:19:10 +0200 |
| commit | 6fa9351ed3e6287f51f63533062b14cd7bfde9b9 (patch) | |
| tree | 304a63b96a8aa03041f50d87a377d59412e8c34e /eclass/pypi.eclass | |
| parent | 6910f96ef4d88a36f9dec2b733ed48b1652d4dbf (diff) | |
| download | gentoo-6fa9351ed3e6287f51f63533062b14cd7bfde9b9.tar.gz gentoo-6fa9351ed3e6287f51f63533062b14cd7bfde9b9.tar.bz2 gentoo-6fa9351ed3e6287f51f63533062b14cd7bfde9b9.zip | |
pypi.eclass: Fix typo in pypi_provenance_url()
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Part-of: https://github.com/gentoo/gentoo/pull/44172
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/pypi.eclass')
| -rw-r--r-- | eclass/pypi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/pypi.eclass b/eclass/pypi.eclass index 38068aac3356..14c4edb391d8 100644 --- a/eclass/pypi.eclass +++ b/eclass/pypi.eclass @@ -298,9 +298,9 @@ _pypi_provenance_url() { # @DESCRIPTION: # Output the URL to PyPI provenance for the specified artifact. pypi_provenance_url() { - local _PYPI_PROVENANCE_URL + local _PYPI_ATTESTATION_URL _pypi_provenance_url "${@}" - echo "${_PYPI_PROVENANCE_URL}" + echo "${_PYPI_ATTESTATION_URL}" } # @FUNCTION: pypi_verify_provenance |
