]> git.p6c8.net - policy-templates.git/commitdiff
Merge pull request #991 from andrea-varesio/patch-2
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Fri, 20 Jan 2023 14:12:58 +0000 (09:12 -0500)
committerGitHub <noreply@github.com>
Fri, 20 Jan 2023 14:12:58 +0000 (09:12 -0500)
add missing braces in DefaultDownloadDirectory

README.md

index 1f4c8ec6589fa49b735261791ad171dfc327cabf..b9de6955eb45d6dd9b6bd8cba4194feaca2a21e3 100644 (file)
--- 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

patrick-canterino.de