Typo fixing.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-07-18 19:57:34 -05:00
parent d90fe74787
commit bb779e782e
1 changed files with 1 additions and 1 deletions

View File

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