Skip to content

Commit

Permalink
Fix typo in revalidate script
Browse files Browse the repository at this point in the history
Co-authored-by: Mike VanDenburgh <37340715+mvandenburgh@users.noreply.github.com>
  • Loading branch information
dchiquito and mvandenburgh committed Aug 5, 2021
1 parent 807288c commit 9316e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandiapi/api/management/commands/revalidate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@click.command()
@click.option('--assets', is_flag=True, default=False)
@click.option('--versions', is_flag=True, default=False)
def refresh_metadata(assets: bool, versions: bool):
def revalidate(assets: bool, versions: bool):
"""
Revalidate all Versions and Assets.
Expand Down

0 comments on commit 9316e39

Please sign in to comment.