Fixing object variable assignation.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-02-11 15:11:28 -05:00
parent 8d5a241d81
commit 9f8dc3f4a2
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ FossilRepo >> repository [
{ #category : #accessing }
FossilRepo >> repository: aFossilRepoFile [
^ repository := aFossilRepoFile fullName
repository := aFossilRepoFile fullName
]
{ #category : #utilities }