Skip to content

Commit

Permalink
Merge pull request #169 from Benjamin-Loison/master
Browse files Browse the repository at this point in the history
Correct a typo in `matrix_commander/matrix_commander.py`
  • Loading branch information
8go authored May 2, 2024
2 parents 79a5d0c + 5d6ccec commit 987be44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix_commander/matrix_commander.py
Original file line number Diff line number Diff line change
Expand Up @@ -6273,7 +6273,7 @@ async def action_login() -> None:
else:
raise MatrixCommanderError(
"E226: "
"--login specifies invalid authenticatin method "
"--login specifies invalid authentication method "
f"'{method}'. Only 'password' and 'sso' allowed."
) from None
if gs.pa.homeserver:
Expand Down

0 comments on commit 987be44

Please sign in to comment.