Skip to content

Commit

Permalink
changed message to fit lint reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldor1510 committed Oct 31, 2024
1 parent f329f87 commit 0413f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esiclient/v1/cluster/openshift.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def check_and_refresh_token():
if check_response.status_code != 200:
if offline_token == '':
print("* YOU MAY NEED TO REFRESH YOUR OPENSHIFT API TOKEN")
print("* You can set OFFLINE_TOKEN in your environment to auto-refresh")
print("* You can set OFFLINE_TOKEN to auto refresh API TOKEN")
payload = {
'grant_type': 'refresh_token',
'client_id': 'cloud-services',
Expand Down

0 comments on commit 0413f78

Please sign in to comment.