Skip to content

Commit

Permalink
Merge pull request #49 from sudoAlphaX/anilist-login-typo
Browse files Browse the repository at this point in the history
docs: fix typo for anilist login command
  • Loading branch information
Benexl authored Jan 5, 2025
2 parents 3c5106c + a1744fc commit 6c0e0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastanime/cli/commands/anilist/notifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def notifier(config: "Config"):

if not config.user:
print("Not Authenticated")
print("Run the following to get started: fastanime anilist loggin")
print("Run the following to get started: fastanime anilist login")
exit(1)
run = True
# WARNING: Mess around with this value at your own risk
Expand Down

0 comments on commit 6c0e0cc

Please sign in to comment.