From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Fri, 20 Jan 2023 14:12:58 +0000 (-0500) Subject: Merge pull request #991 from andrea-varesio/patch-2 X-Git-Tag: v4.7~1 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/f8ab85ce8038ed436ce7641fa0ecdf4488da48c9?hp=5d10e6c59ba9e37a1b0779343555f1ff60b958ed Merge pull request #991 from andrea-varesio/patch-2 add missing braces in DefaultDownloadDirectory --- 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