Skip to content

Commit

Permalink
🤖 Fix invalid UUIDs (#90)
Browse files Browse the repository at this point in the history
This commit regenerates each UUID that was not a valid version 4 UUID
compliant with RFC 4122 in the canonical textual representation.

Each UUID should match this regular expression:
`^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$`

A track can generate a suitable UUID by running `configlet uuid`.
  • Loading branch information
ee7 authored Apr 28, 2021
1 parent e60b51b commit 3037554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
{
"slug": "hello-world",
"name": "Hello World",
"uuid": "53156fc9-0945-f080-08a9-ce269bfc9121a5d2c5c",
"uuid": "7873ac3b-7f9e-45b3-b509-5a9c7dc84130",
"practices": [],
"prerequisites": [],
"difficulty": 1,
Expand Down

0 comments on commit 3037554

Please sign in to comment.