Bugfix to preparing for local documentation support.
This commit is contained in:
parent
7bb8562dc1
commit
1efe2c790a
@ -57,5 +57,5 @@ ExoRepo >> repository: aString [
|
|||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
ExoRepo >> repositoryName [
|
ExoRepo >> repositoryName [
|
||||||
self repository ifNil: [ ^ self ].
|
self repository ifNil: [ ^ self ].
|
||||||
^ self repository segments last
|
^ self repository segments second
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user