Fixing anoter typo.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-07-18 20:02:32 -05:00
parent bb779e782e
commit aa6650113a
1 changed files with 2 additions and 2 deletions

View File

@ -46,8 +46,8 @@ BaselineOfGrafoscopio >> grafoscopioUtils: spec [
localRepo := 'gitlocal://', location fullName.
Metacello new
repository: localRepo;
baseline: 'Grafoscopio-Utils';
baseline: 'GrafoscopioUtils';
load.
spec baseline: 'Grafoscopio-Utils' with: [ spec repository: localRepo ]
spec baseline: 'GrafoscopioUtils' with: [ spec repository: localRepo ]
]