diff --git a/rowan/components/scripts/deploymentPostLoad.st b/rowan/components/scripts/deploymentPostLoad.st index 76a28bb..1f2bd5d 100644 --- a/rowan/components/scripts/deploymentPostLoad.st +++ b/rowan/components/scripts/deploymentPostLoad.st @@ -5,7 +5,4 @@ symbolDictionary := Rowan image ifAbsent: [Error signal: 'Sagan symbol dictionary missing' ]. "Register system interfaces" -(OrderedCollection new - add: #RepositoryProviderSystem; - yourself) - do: [:each | (symbolDictionary at: each) registerInterfaces]. +(symbolDictionary at: #RepositoryProviderSystem) registerInterfaces.