From: Andrea Varesio <75442907+andrea-varesio@users.noreply.github.com> Date: Fri, 20 Jan 2023 13:29:45 +0000 (+0000) Subject: add missing braces X-Git-Tag: v4.7~1^2 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/cee2d8c33d058d8a72fe5b06d04ad3970e2bc402?ds=sidebyside add missing braces --- diff --git a/README.md b/README.md index 1f4c8ec..b9de695 100644 --- a/README.md +++ b/README.md @@ -1210,6 +1210,7 @@ Value (string): { "policies": { "DefaultDownloadDirectory": "${home}/Downloads" + } } ``` #### policies.json (Windows) @@ -1217,6 +1218,7 @@ Value (string): { "policies": { "DefaultDownloadDirectory": "${home}\\Downloads" + } } ``` ### DisableAppUpdate