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)