Skip to content

Commit

Permalink
Merge pull request #209 from alneberg/dds_session_fix
Browse files Browse the repository at this point in the history
dds session typo fix
  • Loading branch information
i-oden committed Dec 17, 2021
2 parents 793d54f + 8cdeb4c commit b8f0d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dds_cli/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def token_expired(self):
return True
elif age > dds_cli.TOKEN_WARNING_AGE:
LOG.warning(
f"Saved token will soon expire: {expiration_time.strftime('%Y-%m-%d %H:%M:%S')}, please consider renewing the session using the 'dds session' command."
f"Saved token will soon expire: {expiration_time.strftime('%Y-%m-%d %H:%M:%S')}, please consider renewing the session using the 'dds auth login' command."
)

return False
Expand Down

0 comments on commit b8f0d38

Please sign in to comment.