Skip to content

Commit bc779b0

Browse files
authored
Merge pull request #57 from noha/fix-loading
Corrected src path of unicode
2 parents cad939d + 9c2f4aa commit bc779b0

File tree

1 file changed

+1
-1
lines changed
  • repository/BaselineOfOSSubprocess.package/BaselineOfOSSubprocess.class/instance

1 file changed

+1
-1
lines changed

repository/BaselineOfOSSubprocess.package/BaselineOfOSSubprocess.class/instance/baseline..st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ baseline: spec
1313
spec repository: 'github://marianopeck/FFICHeaderExtractor/repository' ].
1414

1515
spec baseline: 'Unicode' with: [
16-
spec repository: 'github://pharo-contributions/pharo-unicode/repository' ].
16+
spec repository: 'github://pharo-contributions/pharo-unicode/src' ].
1717

1818
spec
1919
group: 'Core' with: #( 'OSSubprocess' );

0 commit comments

Comments
 (0)