From 393edcd3bf04716fd7cd1383c198c8841dafdd9b Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Fri, 17 Jan 2020 05:05:07 +0000 Subject: [PATCH] Changing to a new image because of System Browser bug. --- repository/BaselineOfFossil/BaselineOfFossil.class.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository/BaselineOfFossil/BaselineOfFossil.class.st b/repository/BaselineOfFossil/BaselineOfFossil.class.st index 754154b..09872b7 100644 --- a/repository/BaselineOfFossil/BaselineOfFossil.class.st +++ b/repository/BaselineOfFossil/BaselineOfFossil.class.st @@ -16,8 +16,8 @@ BaselineOfFossil >> baseline: spec [ do: [ "Dependencies" spec - baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ]; - baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess:master/repository']. + baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ]"; + baseline: 'OSSubprocess' with: [ spec repository: 'github://pharo-contributions/OSSubprocess:master/repository']". "This package"