Skip to content

Commit

Permalink
Update comment to avoid lint failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kami committed Feb 15, 2017
1 parent 5f7b2e5 commit 7ddca45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st2client/st2client/commands/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def run_and_print(self, args, **kwargs):
print('Logged in as %s' % (args.username))

if not args.write_password:
# Note: Client can't depend and import from st2common so we need to hard-code this
# Note: Client can't depend and import from common so we need to hard-code this
# default value
token_expire_hours = 24

Expand Down

0 comments on commit 7ddca45

Please sign in to comment.