Skip to content

Commit

Permalink
fix: command message (GoogleCloudPlatform#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
0o001 authored Sep 11, 2023
1 parent 3656d7e commit 4a20d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gslib/commands/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def _WriteBotoConfigFile(self,
elif cred_type == CredTypes.OAUTH2_USER_ACCOUNT:
raise CommandException(
'The user account authentication flow no longer works as of '
'Febuary 1, 2023. Tokens generated before this date will '
'February 1, 2023. Tokens generated before this date will '
'continue to work. To authenticate with your user account, '
'install gsutil via Cloud SDK and run "gcloud auth login"')
elif cred_type == CredTypes.HMAC:
Expand Down

0 comments on commit 4a20d1b

Please sign in to comment.