Skip to content

Commit a722b35

Browse files
authored
🤖 Fix invalid UUIDs (exercism#1928)
This commit regenerates each UUID that also existed elsewhere on Exercism. Every UUID should be unique Exercism-wide. A track can generate a suitable UUID by running `configlet uuid`.
1 parent 74f6908 commit a722b35

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

‎config.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@
734734
{
735735
"slug": "knapsack",
736736
"name": "Knapsack",
737-
"uuid": "ac179b77-98a5-4daf-9773-3d68b6cd8548",
737+
"uuid": "89a6bf1e-66d5-4e39-9bc0-294b8b76cb2a",
738738
"practices": [],
739739
"prerequisites": [],
740740
"difficulty": 5,
@@ -1101,7 +1101,7 @@
11011101
{
11021102
"slug": "kindergarten-garden",
11031103
"name": "Kindergarten Garden",
1104-
"uuid": "0b92ffee-c092-4ab1-ad78-76c8cf80e1b5",
1104+
"uuid": "df41c70c-daa1-4380-9729-638c17b4105d",
11051105
"practices": [],
11061106
"prerequisites": [],
11071107
"difficulty": 4,
@@ -1614,7 +1614,7 @@
16141614
{
16151615
"slug": "tree-building",
16161616
"name": "Tree Building",
1617-
"uuid": "aeaed0e4-0973-4035-8bc5-07480849048f",
1617+
"uuid": "cb9540e2-a980-4275-924e-bdb504f04363",
16181618
"practices": [],
16191619
"prerequisites": [],
16201620
"difficulty": 7,
@@ -1655,7 +1655,7 @@
16551655
{
16561656
"slug": "diffie-hellman",
16571657
"name": "Diffie Hellman",
1658-
"uuid": "9b191b2f-b1a4-4c0e-b911-36666bff614d",
1658+
"uuid": "bb49e929-77dc-4a61-93a1-ca55e92a55f8",
16591659
"practices": [],
16601660
"prerequisites": [],
16611661
"difficulty": 8,
@@ -1782,7 +1782,7 @@
17821782
{
17831783
"slug": "leap",
17841784
"name": "Leap",
1785-
"uuid": "7c8294ee-5924-4bf8-a72f-31d0e2d7d9a0",
1785+
"uuid": "61fe1fa6-246d-4e38-92d6-b74af64c88af",
17861786
"practices": [],
17871787
"prerequisites": [],
17881788
"difficulty": 1,

0 commit comments

Comments
 (0)