Skip to content

Commit 88cb16a

Browse files
authored
Merge pull request #71 from Microsoft/users/tedchamb/version
update 'login needed' message
2 parents dee48f2 + 2453493 commit 88cb16a

File tree

1 file changed

+1
-1
lines changed
  • src/common_modules/vsts-cli-common/vsts/cli/common

1 file changed

+1
-1
lines changed

src/common_modules/vsts-cli-common/vsts/cli/common/services.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _get_credentials(team_instance):
5151
return credentials
5252
else:
5353
# todo: need to add back az login fallback here.
54-
raise_authentication_error('Before you can run VSTS commands, you need to sign in or setup credentials.')
54+
raise_authentication_error('Before you can run VSTS commands, you need to run the login command to setup credentials.')
5555

5656

5757
def _get_vss_connection(team_instance, credentials):

0 commit comments

Comments
 (0)