From b1d9f41e8401613712271ee512571083e777384b Mon Sep 17 00:00:00 2001 From: ruidajo Date: Mon, 16 Sep 2024 07:59:38 -0500 Subject: [PATCH] Refactoring ExoRepo local. --- src/ExoRepo/ExoRepo.class.st | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ExoRepo/ExoRepo.class.st b/src/ExoRepo/ExoRepo.class.st index bc2c2b5..f57a2fd 100644 --- a/src/ExoRepo/ExoRepo.class.st +++ b/src/ExoRepo/ExoRepo.class.st @@ -83,7 +83,7 @@ ExoRepo >> load [ { #category : #accessing } ExoRepo >> local [ - ^ FileLocator gtResource / (self provider) / self repositoryName + ^ FileLocator imageDirectory / 'pharo-local' / 'iceberg' / (self provider) / self repositoryName ] { #category : #accessing }