push-status: Fix typo
This commit is contained in:
parent
dcf82aad23
commit
5421e3bd99
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ def main():
|
|||
|
||||
if args.password_file is not None:
|
||||
with open(args.password_file) as f:
|
||||
password = f.readline
|
||||
password = f.readline().strip()
|
||||
else:
|
||||
password = args.password
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue