From c722a06cab9822420fbff3b8487d75c2157148e8 Mon Sep 17 00:00:00 2001 From: Mariano Saura Date: Wed, 6 Dec 2023 16:27:15 -0300 Subject: [PATCH] Comment fixed --- rowan/components/scripts/deploymentPostLoad.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowan/components/scripts/deploymentPostLoad.st b/rowan/components/scripts/deploymentPostLoad.st index 9c42490..76a28bb 100644 --- a/rowan/components/scripts/deploymentPostLoad.st +++ b/rowan/components/scripts/deploymentPostLoad.st @@ -4,7 +4,7 @@ symbolDictionary := Rowan image symbolDictNamed: 'Sagan' ifAbsent: [Error signal: 'Sagan symbol dictionary missing' ]. -"Register Kepler's built-in system interfaces" +"Register system interfaces" (OrderedCollection new add: #RepositoryProviderSystem; yourself)