Skip to content

Commit d0a9fa7

Browse files
sjwarner-bparcuru
authored andcommitted
Fix invalid uuids (#170)
Configlet previously could generate invalid uuids. It looks as though `atbash-cipher`, `bracket-push` and `pangram` had invalid uuids.
1 parent b5e843e commit d0a9fa7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
"strings"
408408
],
409409
"unlocked_by": null,
410-
"uuid": "ba4e0186-0389-af80-d3e4-695dfc4e63bff1fa503"
410+
"uuid": "15c741a0-944d-4b06-a096-6af63137347a"
411411
},
412412
{
413413
"core": false,
@@ -418,7 +418,7 @@
418418
"stacks"
419419
],
420420
"unlocked_by": null,
421-
"uuid": "ce9fd8ac-0beb-1a80-4ff6-be19ce1540d905c31b7"
421+
"uuid": "4a517292-3472-40f2-b4b8-5c8c25219ea5"
422422
},
423423
{
424424
"core": false,
@@ -429,11 +429,11 @@
429429
"strings"
430430
],
431431
"unlocked_by": null,
432-
"uuid": "ea8d6224-0440-6d80-1569-a04127908a200d2ecf0"
432+
"uuid": "22ada9c4-a2b5-4a54-83d6-597dc3b90b89"
433433
}
434434
],
435435
"foregone": [
436436
"point-mutations"
437437
],
438438
"language": "C++"
439-
}
439+
}

0 commit comments

Comments
 (0)