From 3a6ab2a2415c77143a937af0646fbbeabb37fd6f Mon Sep 17 00:00:00 2001 From: ruidajo Date: Mon, 16 Sep 2024 08:20:59 -0500 Subject: [PATCH] Fixing method calssification. --- src/ExoRepo/MCGiteabRepository.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExoRepo/MCGiteabRepository.class.st b/src/ExoRepo/MCGiteabRepository.class.st index c77e004..18cf346 100644 --- a/src/ExoRepo/MCGiteabRepository.class.st +++ b/src/ExoRepo/MCGiteabRepository.class.st @@ -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 ]