]> git.p6c8.net - policy-templates.git/commitdiff
Fix typos in policies.json code snippet areas
authorDerek Kidd <dkidd928@users.noreply.github.com>
Fri, 21 May 2021 21:52:33 +0000 (16:52 -0500)
committerGitHub <noreply@github.com>
Fri, 21 May 2021 21:52:33 +0000 (16:52 -0500)
Found two more:

-updated OverrideFirstRunPage policies.json code snippet (missing closing brace)
-updated OverridePostUpdatePage policies.json code snippet (missing closing brace)

README.md

index 2040b38bd4be05d6c3eef31892cba66769da60ae..c4048ec27ee41b44b220b8228d217aefe783eeb6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3483,6 +3483,7 @@ Value (string):
 {
   "policies": {
     "OverrideFirstRunPage": "http://example.org"
+  }
 }
 ```
 ### OverridePostUpdatePage
@@ -3518,6 +3519,7 @@ Value (string):
 {
   "policies": {
     "OverridePostUpdatePage": "http://example.org"
+  }
 }
 ```
 ### PasswordManagerEnabled

patrick-canterino.de