Commit f348dfc
committed
Use sentence case for Experience CS project names
As per this issue [1]. I thought it was worth doing this aspect of that
issue now given that it tends to take a while to get changes to
editor-api deployed to production.
When I ran the rake task, I saw the following output which seemed to
make sense:
> bundle exec rake projects:create_experience_cs_examples
Scratch project with identifier 'experience-cs-example' already exists
Scratch project with identifier 'experience-cs-example' updated successfully
Scratch project with identifier 'dialogue-in-scratch' already exists
Scratch project with identifier 'dialogue-in-scratch' has not changed
Scratch project with identifier 'ten-block-mission' already exists
Scratch project with identifier 'ten-block-mission' updated successfully
Scratch project with identifier 'blank-scratch-starter' already exists
Scratch project with identifier 'blank-scratch-starter' updated successfully
Scratch project with identifier 'lets-explore-scratch' already exists
Scratch project with identifier 'lets-explore-scratch' updated successfully
Scratch project with identifier 'transforming-sprites' already exists
Scratch project with identifier 'transforming-sprites' updated successfully
[1]: https://github.com/RaspberryPiFoundation/experience-cs/issues/4541 parent ea92c84 commit f348dfc
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments