We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1862a commit a858c3aCopy full SHA for a858c3a
BaselineOfCoypuIDE/BaselineOfCoypuIDE.class.st
@@ -23,10 +23,10 @@ BaselineOfCoypuIDE >> baseline: spec [
23
spec
24
baseline: 'Coypu'
25
with: [ spec repository: 'github://lucretiomsp/coypu:master/' ].
26
- "spec
+ spec
27
baseline: 'Mooflod'
28
with: [
29
- spec repository: 'github://lucretiomsp/MoofLODforPharo:master/' ]."
+ spec repository: 'github://lucretiomsp/MoofLODforPharo:master/' ].
30
31
"Linkink external dependencies"
32
0 commit comments