Skip to content

Commit

Permalink
Simplified Rowan post load script
Browse files Browse the repository at this point in the history
  • Loading branch information
ytsejam78 committed Dec 7, 2023
1 parent 7725859 commit da3e710
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rowan/components/scripts/deploymentPostLoad.st
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit da3e710

Please sign in to comment.