Skip to content

Commit

Permalink
Merge pull request #751 from astares/750-Sindarin-in-Pharo13-need-to-…
Browse files Browse the repository at this point in the history
…be-loaded-from-Pharo13-branch-of-ScriptableDebugger-and-not-Pharo12-branch

Sindarin in Pharo13 need to be loaded from Pharo13 branch of ScriptableDebugger (and not Pharo12 branch)
  • Loading branch information
jecisc authored May 16, 2024
2 parents c77fd06 + 27c6b0c commit c711130
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/BaselineOfNewTools/BaselineOfNewTools.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ BaselineOfNewTools >> sindarin: spec [

spec baseline: 'Sindarin' with: [
spec
repository: ((self packageRepositoryURLForSpec: spec) ifEmpty: [
'github://pharo-spec/ScriptableDebugger:Pharo12/src' ]);
repository: (self class environment at: #BaselineOfPharo) scriptableDebuggerRepository;
loads: 'default' ]
]

0 comments on commit c711130

Please sign in to comment.