Skip to content

Commit

Permalink
Merge pull request #11 from bayramkarahan/master
Browse files Browse the repository at this point in the history
Update cli.py
  • Loading branch information
sulincix authored Nov 26, 2024
2 parents e461411 + 20d2165 commit d8efc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def login(username=None, password=None, session=None):
if len(sys.argv) < 3:
print("Usage: pardus-login [username] [password]", file=sys.stderr)
exit(1)
sesison=None
session=None
if len(sys.argv) > 3:
session = sys.argv[3]
login(sys.argv[1], sys.argv[2], session)

0 comments on commit d8efc9d

Please sign in to comment.