Skip to content

Commit

Permalink
Baseline: Update FileSystem reference to new location in squeak-small…
Browse files Browse the repository at this point in the history
…talk organization (#105)

No idea why this load conflict has not occurred earlier but adjusting the name to match the repository in the image (which was already loaded by another package, no idea which one) exactly and case-sensitively resolved the issue.
  • Loading branch information
LinqLover authored Apr 26, 2021
1 parent 4a12204 commit 964cb39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ baseline: spec
<baseline>
spec for: #'common' do: [
spec baseline: 'FileSystem' with: [spec
repository: 'github://j4yk/Squeak-FileSystem:master/src';
repository: 'github://squeak-smalltalk/squeak-filesystem:master/src';
loads: #('default' 'tests')].
spec
package: #'SBE-Environment';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"class" : {
},
"instance" : {
"baseline:" : "ct 3/16/2021 23:15" } }
"baseline:" : "ct 4/26/2021 18:32" } }

0 comments on commit 964cb39

Please sign in to comment.