Debuging baselines.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-07-18 18:54:15 -05:00
parent 55b7c20a0d
commit fbc60bd2cb
1 changed files with 1 additions and 1 deletions

View File

@ -38,5 +38,5 @@ BaselineOfGrafoscopioUtils >> fossil: spec [
repository: 'gitlocal://', location fullName;
baseline: 'Fossil';
load.
spec project: 'Fossil'
spec baseline: 'Fossil' with: [ spec repository: 'gitlocal://', location fullName ]
]