Skip to content

Commit

Permalink
fix typo on post-deploy info
Browse files Browse the repository at this point in the history
  • Loading branch information
colbylwilliams committed Jun 30, 2021
1 parent 433de17 commit 7cfe02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tc/azext_tc/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def teamcloud_deploy(cmd, client, name, location=None, resource_group_name='Team
hook.end(message=' ')
logger.warning(' ')
logger.warning('TeamCloud instance successfully created at: %s', api_url)
logger.warning('Use `az configure --defaults tc-base-url=%s`property_nameure '
logger.warning('Use `az configure -d tc-url=%s` to set '
'this as your default TeamCloud instance', api_url)

result = {
Expand Down

0 comments on commit 7cfe02e

Please sign in to comment.