Fixing method calssification.

This commit is contained in:
ruidajo 2024-09-16 08:20:59 -05:00
parent e25e86dce6
commit 3a6ab2a241

View File

@ -14,7 +14,7 @@ MCGiteabRepository class >> basicFromUrl: aZnUrl [
^ self location: aZnUrl asString
]
{ #category : #acccessing }
{ #category : #accesing }
MCGiteabRepository class >> createRepositoryFromSpec: aMetacelloRepositorySpec on: anIceMetacelloPharoPlatform [
^ anIceMetacelloPharoPlatform createGiteaRepository: aMetacelloRepositorySpec
]