Skip to content

Commit

Permalink
Correct baseline typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrichau committed Jan 7, 2024
1 parent 1a385fc commit 98f2c5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ baselinePharo: spec
includes: #('Grease-Tests-Pharo-Core') ];
package: 'Grease-Pharo90-Core' with: [ spec requires: #('Grease-Core') ];
package: 'Grease-Pharo90-Slime' with: [ spec requires: #('Grease-Core') ];
package: 'Grease-Tests-Slime' with: [ spec requires: #('Grease-Pharo90-Slime') ].
package: 'Grease-Tests-Pharo-Slime' with: [ spec requires: #('Grease-Pharo90-Slime') ].

spec
group: 'Slime' with: #('Grease-Pharo90-Slime');
Expand Down

0 comments on commit 98f2c5c

Please sign in to comment.