Skip to content

Commit

Permalink
Update get_pid.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell authored Sep 9, 2024
1 parent bed384c commit ed8cca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_pid.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from invenio_utilities_tuw.utils import get_identity_for_user, get_record_service
from invenio_pidstore.models import PersistentIdentifier

@click.command('delete_pid')
@click.command('get_pid')
@click.argument('pid', type=str)
@with_appcontext
def get_pid(pid):
Expand Down

0 comments on commit ed8cca4

Please sign in to comment.