Skip to content

Commit 2579a7c

Browse files
authored
fix: remove elon (#2408)
1 parent 9637c54 commit 2579a7c

File tree

15 files changed

+11
-11
lines changed

15 files changed

+11
-11
lines changed

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
]
101101
},
102102
{
103-
"slug": "elons-toys",
104-
"name": "Elon's Toys",
103+
"slug": "jedliks-toys",
104+
"name": "Jedlik's Toys",
105105
"uuid": "e01dc85b-0731-4701-9eea-c78fb69ce543",
106106
"concepts": [
107107
"classes"

exercises/Exercises.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarsAssemble", "concept\car
2525
EndProject
2626
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeveloperPrivileges", "concept\developer-privileges\DeveloperPrivileges.csproj", "{AF9F84FA-7B8E-4B6A-AD7F-3BF1579F3AFD}"
2727
EndProject
28-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ElonsToys", "concept\elons-toys\ElonsToys.csproj", "{D8B7C7FD-5A31-4D8E-82AB-9D0C97BBEBDB}"
28+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JedliksToys", "concept\jedliks-toys\JedliksToys.csproj", "{D8B7C7FD-5A31-4D8E-82AB-9D0C97BBEBDB}"
2929
EndProject
3030
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Faceid2", "concept\faceid-2\Faceid2.csproj", "{DB21BFB8-0FCC-4F17-9773-8141B0B4F0D2}"
3131
EndProject
File renamed without changes.
File renamed without changes.
File renamed without changes.

exercises/concept/elons-toys/.meta/config.json renamed to exercises/concept/jedliks-toys/.meta/config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
],
88
"files": {
99
"solution": [
10-
"ElonsToys.cs"
10+
"JedliksToys.cs"
1111
],
1212
"test": [
13-
"ElonsToysTests.cs"
13+
"JedliksToysTests.cs"
1414
],
1515
"exemplar": [
1616
".meta/Exemplar.cs"
1717
],
1818
"invalidator": [
19-
"ElonsToys.csproj"
19+
"JedliksToys.csproj"
2020
]
2121
},
2222
"blurb": "Learn about classes by working on a remote controlled car."
File renamed without changes.

0 commit comments

Comments
 (0)