diff options
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 |
