Skip to content

Commit

Permalink
fix cli style +resetdemo
Browse files Browse the repository at this point in the history
  • Loading branch information
colbylwilliams committed Jan 28, 2022
1 parent c117d34 commit d88069b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions client/tc/azext_tc/custom.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ def teamcloud_deploy(cmd, name, client_id, location=None, resource_group_name='T

if version:
parameters.append(f'reactAppVersion={version}')

if index_file:
parameters.append(f'reactAppVersion=local')
elif index_file:
parameters.append('reactAppVersion=local')

if scope:
parameters.append(f'reactAppMsalScope={scope}')
Expand Down

0 comments on commit d88069b

Please sign in to comment.