Debuging requirements definition.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-07-18 16:54:12 -05:00
parent 589afee9c2
commit 4423b39a08
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ BaselineOfGrafoscopioUtils >> baseline: spec [
self fossil: spec.
"Packages"
spec project: 'Grafoscopio-Utils' with: [ spec requires: #('Fossil') ]
spec package: 'Grafoscopio-Utils' with: [ spec requires: #('Fossil') ]
]
]