Skip to content

Commit

Permalink
revert command class name change
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalGawor committed Aug 19, 2024
1 parent 7a9aea8 commit 7ff8c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogapi/dogapi/management/commands/cache_refresh.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from dogapi.views_api import get_repositories_status


class RefreshCacheCommand(BaseCommand):
class Command(BaseCommand):
help = 'Refresh repository status cache'

def handle(self, *args, **options):
Expand Down

0 comments on commit 7ff8c83

Please sign in to comment.