]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Update USER_RECORD.md (#38283)
authorPhilip Freeman <elektron@halo.nu>
Tue, 22 Jul 2025 09:27:37 +0000 (02:27 -0700)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 09:27:37 +0000 (18:27 +0900)
trailing comma here is invalid json.

docs/USER_RECORD.md

index 60c78ce1c523212c1468b9b0e15dc008b2caeaf1..d9b420a09f8d6df9def9635a3a2a0c28530e8409 100644 (file)
@@ -1218,6 +1218,6 @@ systems. It would hence look like this:
                         "key" : "-----BEGIN PUBLIC KEY-----\nMCowBQYDK2VwAyEA/QT6kQWOAMhDJf56jBmszEQQpJHqDsGDMZOdiptBgRk=\n-----END PUBLIC KEY-----\n"
                 }
         ],
-        "userName" : "grobie",
+        "userName" : "grobie"
 }
 ```