Skip to content

Commit 74d33ba

Browse files
Fix indentation
1 parent c5ed2f8 commit 74d33ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/python/infrastructures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def _create_keyvault(self, key_vault_name: str) -> bool:
145145
print_error('Failed to assign Key Vault Certificates Officer role to current user.\nThis is an RBAC permission issue - verify your account has sufficient permissions.')
146146
return False
147147

148-
print_ok(' Assigned Key Vault Certificates Officer role to current user')
148+
print_ok('Assigned Key Vault Certificates Officer role to current user')
149149

150150
# Brief wait for role assignment propagation
151151
print_plain('⏳ Waiting for role assignment propagation (15 seconds)...')

0 commit comments

Comments
 (0)