Skip to content

Commit 887d35f

Browse files
quote azd env set (#2413)
1 parent cb5149d commit 887d35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/auth_init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def create_or_update_application_with_secret(
8181

8282

8383
def update_azd_env(name, val):
84-
subprocess.run(f"azd env set {name} {val}", shell=True)
84+
subprocess.run(f'azd env set {name} "{val}"', shell=True)
8585

8686

8787
def random_app_identifier():

0 commit comments

Comments
 (0)