Skip to content

Commit 861d651

Browse files
Fix syntax error
1 parent 0ea043e commit 861d651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/python/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ def create_bicep_deployment_group(rg_name: str, rg_location: str, deployment: st
912912
if is_debug:
913913
cmd += ' --debug'
914914

915-
print('\Deploying bicep...\n')
915+
print('\nDeploying bicep...\n')
916916
return run(cmd, f"Deployment '{deployment_name}' succeeded", f"Deployment '{deployment_name}' failed.", print_command_to_run = False)
917917

918918

0 commit comments

Comments
 (0)